Skip to content

DanFromIran/GenericsLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenericsLibrary

Generic doubly linked list and binary heap. work in progress

the heap and list data structures accept void * generic pointers to hold data. they both accept a function pointer to delete the data for entries.

no memory leaks!

currently binary heap and linked list is implemented. I am working on AVL trees right now

About

Generic doubly linked list and binary heap. work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published