aboutsummaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* refactor codeThomas Schmucker2020-08-071-5/+8
* Vereinfache CodeThomas Schmucker2020-08-071-3/+2
* Überflüssgen Prototypen entferntThomas Schmucker2020-08-061-9/+7
* reformat codeThomas Schmucker2020-08-061-5/+9
* add: levelorder-iteration für TreesThomas Schmucker2020-08-061-0/+102
* cleanup codeThomas Schmucker2020-08-061-2/+5
* Neu: iterative Version für Postorder-Tree-TraversalThomas Schmucker2020-08-051-0/+48
* + Fix: handle collisionThomas Schmucker2020-08-051-16/+16
* + Add: Iterative Version von tree_insert().Thomas Schmucker2020-08-051-28/+75
* erster CommitThomas Schmucker2020-07-221-0/+466