| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Verwende sizs_t statt int als Datentyp für Größenangaben. Reformat Code. | Thomas Schmucker | 2020-08-10 | 1 | -10/+13 |
| | | |||||
| * | Variable umbenannt, damit der Code konsistenter wird... | Thomas Schmucker | 2020-08-09 | 1 | -5/+5 |
| | | |||||
| * | refactor code. | Thomas Schmucker | 2020-08-09 | 1 | -2/+2 |
| | | |||||
| * | Implementiere einen "preorder"-Iterator | Thomas Schmucker | 2020-08-08 | 1 | -2/+34 |
| | | |||||
| * | refactor code | Thomas Schmucker | 2020-08-07 | 1 | -5/+8 |
| | | |||||
| * | Vereinfache Code | Thomas Schmucker | 2020-08-07 | 1 | -3/+2 |
| | | | | | | Mit der for-Schleife statt einer while-Schleife hat die Variable curr einen kleineren Sichtbarkeitsbereich. | ||||
| * | Überflüssgen Prototypen entfernt | Thomas Schmucker | 2020-08-06 | 1 | -9/+7 |
| | | |||||
| * | reformat code | Thomas Schmucker | 2020-08-06 | 1 | -5/+9 |
| | | |||||
| * | add: levelorder-iteration für Trees | Thomas Schmucker | 2020-08-06 | 1 | -0/+102 |
| | | |||||
| * | Fix: queue_free() hinzugefügt | Thomas Schmucker | 2020-08-06 | 1 | -0/+14 |
| | | |||||
| * | Fix: Der NEXT-Zeiger in einem neuem Item einer QUEUE muss mit NULL ↵ | Thomas Schmucker | 2020-08-06 | 1 | -8/+6 |
| | | | | | initialisiert werden | ||||
| * | cleanup code | Thomas Schmucker | 2020-08-06 | 1 | -2/+5 |
| | | |||||
| * | Neu: iterative Version für Postorder-Tree-Traversal | Thomas Schmucker | 2020-08-05 | 1 | -0/+48 |
| | | |||||
| * | + Fix: handle collision | Thomas Schmucker | 2020-08-05 | 1 | -16/+16 |
| | | |||||
| * | + Add: Iterative Version von tree_insert(). | Thomas Schmucker | 2020-08-05 | 1 | -28/+75 |
| | | | | | + Fix: Codelayout | ||||
| * | format code | Thomas Schmucker | 2020-08-04 | 1 | -6/+14 |
| | | |||||
| * | alten, seltsamen code zum Listensortieren entfernt. Eine Kopie davon gibt's ↵ | Thomas Schmucker | 2020-08-02 | 1 | -90/+0 |
| | | | | | in einem separaten Branch... | ||||
| * | reformat codedlist_sort_xxx | Thomas Schmucker | 2020-08-02 | 1 | -68/+83 |
| | | |||||
| * | format code | Thomas Schmucker | 2020-08-02 | 3 | -40/+50 |
| | | |||||
| * | Code Cleanup für Red-Black-Trees | Thomas Schmucker | 2020-07-26 | 1 | -535/+483 |
| | | |||||
| * | Import formatfile for clang | Thomas Schmucker | 2020-07-22 | 1 | -0/+45 |
| | | |||||
| * | erster Commit | Thomas Schmucker | 2020-07-22 | 22 | -0/+4591 |
