yyl / Data-Structures-and-Algorithms-in-python

My solution to projects in web book "Data Structures and Algorithms with Object-Oriented Design Patterns in Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###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

About

My solution to projects in web book "Data Structures and Algorithms with Object-Oriented Design Patterns in Python"


Languages

Language:Python 100.0%