Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ossner committed Jul 5, 2020
2 parents 12d1922 + 877bbd3 commit 36b4144
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Exercise generation and helpful materials for the course Introduction to Algorithms and Data Structures.
Developed by students from the Technical University of Munich primarily for fellow students.

Some of the Exercises TUMGAD can generate:
- AVL-Trees
- (a,b)-Trees
- Binomial Heaps
- Dijkstra's Algorithm
- ...

You can check the generator status (which exercises is TUMGAD capable of generating) [here](https://github.com/users/SebastianOner/projects/1)
## About
TUMGAD is a tool for anyone wanting to learn about some the most famous Algorithms and Data Structures, though it
Expand All @@ -12,7 +19,7 @@ Furthermore, it was created using Lecture Resources of the TUM provided in the s
semester of 2019 as well as the Book [Algorithms and Data Structures: The Basic Toolbox](https://www.springer.com/gp/book/9783540779773).
Hence there may be different definitions in this project than you are used to.

Please be aware that this is still very much a work in progress and a lot of things still have to be figured out.
Please be aware that this is still very much a work in progress.

### How it works
In the source code of TUMGAD all the data structures and algorithms are already
Expand Down

0 comments on commit 36b4144

Please sign in to comment.