Skip to content

MatteoKoch/Linked-list-fifo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Linked-list-fifo

Bad attempt at making my own linked list

When you want to store multiple numbers in memory and you want to use it dynamically the only option usually is a list. So I attempted making one of those myself to improve my knowledge with C++ pointers (I am a pointer noob). It is reeeally basic and very slow, but I added some functionality to it nonetheless.

About

Bad attempt at making my own linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages