Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 852 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 852 Bytes

learning-python

Here are some code files in Python:

  • Simplex algorithm: I had to implement the Simplex algorithm for the discipline Pesquisa Operacional (or Operational Research) (DCC035) offered by UFMG and I chose to do this using Python because it has libraries that would facilitate such process (NumPy and Fraction). This method was created by George Dantzig and, in mathematical optimization, is a popular algorithm for solving problems in linear programming.
  • Solutions to some of the problems in this a2oj's practice ladder: 11 - Codeforces Rating < 1300
  • Solutions to the MIT 6.0001 course problem sets