Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 254 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 254 Bytes

I wrote the scripts posted here for a Data Structures and Algorithms class. They are Python implementations of the Simplex method for linear optimization as described in Cormen 3rd Edition.

The other scripts are solutions I wrote for some SQL exercises