These Datastructures and Algorithms were implemented in the course of the learing book Datastructures and Algorithms in Java by Goodrich, Tamassia and Goldwasser.
This repsository conatins full implementations of the following abstract Datatypes:
- Lists
- maps
- queues
- trees
and some Algorithms implemented in different ways (recursion, divide & conquer, dynamic programming, ect...)