Implementation linked list in C++ programming language.
- Learn the application of linked lists in c++.
- Linked list is a structure in the form of a series of interrelated elements where each element is linked to other elements through pointers.
- C++ version 20.0
- Add node
- Delete first node
- Delete last node
- Clear node
- Show node
To run this project, you need install MinGW Compiler on your PC and compile this file.
Project is: complete.
Created by @Zulhaditya - feel free to contact me!