Initial public release of TUMGAD
The generator
The Generator is as of now able to generate Exercises for the Algorithms:
- APSP (Floyd-Wharshall)
- Dijkstra's shortest Paths
- Graph Traversal (DFS and BFS)
- Hashing (Chaining and Double)
- Mergesort
- Quicksort
- Radixsort
and the Data Structures:
- AVL Trees
- (a,b) Trees
- Binary Heaps
- Binomial Heaps
There are also Descriptions for all of the aforementioned components and more here