Skip to content

alexanderb14/cCollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cCollections

java-like dynamic data structures for C language

Progress

  • implemented
    • LinkedList
    • Stack
    • Queue

Usage

for your specific data structure the following changes are necessary:

  • modify Container.h
    • define your custom data element in "struct tContainer"
  • modify Container.c
    • add custom comparison implementation to method "int containerEquals(Container* a, Container* b)"

About

lightweight dynamic data structures for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors