Skip to content

RobertNeat/two-way-list

Repository files navigation

project_banner cpp

What project do?


Project shows usage of two way list with possibility to add/delete/display elements from the start/send/on given position and even search minimal element in the list. Program allocates memory and disposes it on the user command.

How to use?


Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.

Program execution


Program by itself allocate memory and after execution release it. User don't give list length because its purpose is to create such structure that is fully scalable.

About

Inplementation of two way list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages