7 lines
240 B
Markdown
7 lines
240 B
Markdown
|
# DHBW-Datastructures
|
||
|
Datastructures and related algorithms from school written in C99.
|
||
|
This repo includes:
|
||
|
* Binary max heap for signed integer (including heap-sort)
|
||
|
* Hashmap for (string, signed integer) tuples
|
||
|
* Binary search tree (BST)
|