Skip to content

Python implementation of many data structures and algorithms following the "Algorithms" book by Robert Sedgewick and Kevin Wayne.

Notifications You must be signed in to change notification settings

solovyevn/dsa_in_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of many data structures and algorithms following the well-known DSA book by Robert Sedgewick and Kevin Wayne*.

I used Python to better learn in practice the topics from the book, that uses Java to teach the DSA, so the code is often not pythonic, but rather implemented using basic constructs to focus on the algorithms and data structures themselves.
Decided to make it public, since it might be useful for someone to refer in their learning.
The code is old though, and I do not intend to maintain this, so please feel free to fork it and implement any changes there.
Everyting is shared AS IS and there might be bugs, errors and etc.

*Affiliate link.

About

Python implementation of many data structures and algorithms following the "Algorithms" book by Robert Sedgewick and Kevin Wayne.

Topics

Resources

Stars

Watchers

Forks

Languages