Skip to content

TUMGAD semester start release

Latest
Compare
Choose a tag to compare
@ossner ossner released this 04 May 12:10
· 92 commits to master since this release

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