Init commit, initial version of c heap-sort for generic types

This commit is contained in:
2025-10-06 17:45:39 -05:00
commit 095ba92914
6 changed files with 157 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# dlos (david's library of stuff)
this repo is meant to contain any algorithms, data structures, utils, etc. which i
implement myself, whether for actual use or for learning purposes