Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.9 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.9 KB

introduction-to-algorithms

An interactive tutorial on the basic algorithms and data structures in Python.

© Aris Papadopoulos, www.aris.onl
To share, you need to state the copyright note

Contents:

  1. Lists:
  2. Queues
  3. Stacks
  4. Hash Tables
  5. Recursion
  6. Sorting:
  7. Trees:
  8. Graphs:

References:

  1. "Beginning Algorithms" by S. Harris, J. Ross - Wrox
  2. "Introduction to Algorithms" by T. H. Cormen, C. E. Leiserson, R. L. Rivest and C. Stein - MIT Press
  3. "The Algorithm Deisgn Manual" by S. S. Skiena - Springer
  4. "Cracking the Coding Interview" by G. Laakmann McDowell - CareerCup