C-Programming/Datastructures/README.md

7 lines
240 B
Markdown
Raw Normal View History

2023-04-19 10:53:07 +00:00
# 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)