C-Programming/Datastructures
Sven Vogel 1107b46e5e updated license information 2023-04-21 12:39:00 +02:00
..
src updated license information 2023-04-21 12:39:00 +02:00
.gitignore restructed gitlab repository 2023-04-19 12:53:07 +02:00
CMakeLists.txt restructed gitlab repository 2023-04-19 12:53:07 +02:00
LICENSE restructed gitlab repository 2023-04-19 12:53:07 +02:00
README.md restructed gitlab repository 2023-04-19 12:53:07 +02:00

README.md

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)