C-Programming/Datastructures
Sven Vogel 2d0298342b restructed gitlab repository 2023-04-19 12:53:07 +02:00
..
src restructed gitlab repository 2023-04-19 12:53:07 +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)