Skip to content

This is an implementation for many data structures like LIFO (Stack), FIFO (Queue), ...

License

Notifications You must be signed in to change notification settings

RTOS-From-Scratch/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation for many data structures in C like LIFO (Stack), FIFO (Queue), ...

LinkedList

This is an implementation for LinkedList - based on the design of LinkedList in the Linux kernel.


Queue

This is an implementation for FIFO (Queue) - based on LinkedList.


Stack

This is an implementation for LIFO (Stack) - based on LinkedList.

About

This is an implementation for many data structures like LIFO (Stack), FIFO (Queue), ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published