An open API service indexing awesome lists of open source software.

https://github.com/v4lli/algdat1

Algorithmen und Datenstrukturen Walter/Dornauer
https://github.com/v4lli/algdat1

Last synced: 10 months ago
JSON representation

Algorithmen und Datenstrukturen Walter/Dornauer

Awesome Lists containing this project

README

          

# Algorithmen & Datenstrukturen WS17/18

- ```blatt1/```: A C++ template for doubly-linked lists with some
requrirements regarding maximum complexity of the ```insert()```
and ```erase()``` methods (both O(1)). Some issues still present
(like memory leaks).
- ```blatt2/```: A C++ template for a "Trie" search tree structure
(https://en.wikipedia.org/wiki/Trie)