Skip to content

callumgran/gen-structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen-structs

Generic abstract datastructures in C with extended functionality

Datastructures

  • list (list_t)
  • queue (queue_t)
  • stack (stack_t)
  • binary search tree (tree_t)
  • singly linked list (s_linkedlist_t)
  • double linked list (d_linkedlist_t)
  • linked list iterator (ll_iter_t)
  • binary heap
  • fixed size hashtable
  • dynamic hashmap

Features

  • Generic foreach for all datastructures

About

Generic datastructures in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors