Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 314 Bytes

Collection of basic algorithms and data structures in pure Python  

Tested with pytest and hypothsis. Go ahead and run pytest algspy/tests -v

Inspired by Sedgewick's course @ Coursera: Part 1 and Part 2