Skip to content

A collection of implementations of commonly used data structures in C.

License

Notifications You must be signed in to change notification settings

JeepWay/data-structures-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C

This project contains implementations of various data structures in C.

Stack

make test TARGET=test_stack_int

make clean

Queue

make test TARGET=test_queue_circular1

make test TARGET=test_queue_circular2

Linked List

make test TARGET=test_single_list

make test TARGET=test_double_list

About

A collection of implementations of commonly used data structures in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published