Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 779 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 779 Bytes

Data Structure and Algorithms (DSA)

This project is where I keep all my exercises of Data Structure and Algorithms from different books. The name of the packages identify which book the code belongs to.

  • com.algorist = The Algorithm Design Manual by Steve S. Skiena
  • dsa.aho = Data Structures and Algorithms by Alfred V. Aho, Jeffrey D. Ullman
  • dsa.annotated = Data Structures and Algorithms: Annotated Reference with Examples by Granville Barnett and Luca Del Tongo
  • generic = Generic, independent algorithms
  • net.algolist = Website with data structure and algorithms cookbook
  • org.algoclass = Stanford Design and Analisys of Algorithms class
  • algs4.cs.princeton.edu = Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne