Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 637 Bytes

simplified.md

File metadata and controls

13 lines (7 loc) · 637 Bytes

cdsl

Build StatusCodacy Badge

data structure library for C

About

simple C implementations of various data structures, including sigle /double linked list, binary search tree, some balanced tree (red-black tree, AVL tree, splay tree), binary heap.

License

BSD-2