Skip to content
/ jlibc Public

Straightforward datastructures library for C

License

Notifications You must be signed in to change notification settings

jpypi/jlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

  • Add test cases for (will need a make file + test dir)
    • hashmap
    • vector
    • heap
  • Add demos/sample usage
  • Generalize hashmap to support void * keys and require user to specify a comparator function.
  • Datastructures to add
    • stack
    • queue
    • balanced binary tree (probably AVL, but I've not done red black yet so maybe those)

License

Unless noted, this software is realeased under the MIT license.

About

Straightforward datastructures library for C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published