Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 686 Bytes

File metadata and controls

13 lines (10 loc) · 686 Bytes

###Selective solution to### ##Data Structures and Algorithms with Object-Oriented Design Patterns in Python##

It is a web book teaching implementation of essential data structures and algorithms using Python, written by Bruno R. Preiss. I start studying it a week ago. It has projects for every chapter, but no solution included. While I am not 100% percent my solution is correct, they could get you started at least.

Welcome to fork and modify the solution, and send me pull requests to improve it.

####Problems left to be completed

  • Stacks, Queues and Dequeues: 10
  • Ordered and Sorted list: 5