A data structure library for C.
Find a file
2025-05-22 17:54:22 -05:00
Include/Fledasty refactor(data structures): removed unused includes 2025-05-19 03:56:43 -05:00
Lib feat(build): added basic build system with hallocy library 2025-04-19 11:15:18 -05:00
Src perf(doubly linked list): made small improvements in performance when searching for values in a function 2025-05-22 17:54:22 -05:00
Tests feat(queue): implemented schrink to fit function 2025-05-15 13:03:03 -05:00
.gitignore fix(linked list): added missing const to function parameters 2025-04-26 07:35:47 -05:00
CMakeLists.txt feat(build): added basic build system with hallocy library 2025-04-19 11:15:18 -05:00
LICENSE Initial commit 2025-04-19 10:35:16 -05:00
README.md Initial commit 2025-04-19 10:35:16 -05:00

Fledasty

A data structure library for C.