Skip to content

I've been coding in Python to learn the language. Here are some code files created along the way.

Notifications You must be signed in to change notification settings

lorenaleao/learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I've been coding in Python to learn the language. Here are some code files created along the way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages