Implementation of a singly linked list in C++ with basic and advanced operations such as push, pop, insert, erase, reverse, and so on. Demonstrates OOP, pointers, and data structures.
-
Updated
Mar 3, 2025 - C++
Implementation of a singly linked list in C++ with basic and advanced operations such as push, pop, insert, erase, reverse, and so on. Demonstrates OOP, pointers, and data structures.
One linked list data structure written in C
Add a description, image, and links to the one-linked-list topic page so that developers can more easily learn about it.
To associate your repository with the one-linked-list topic, visit your repo's landing page and select "manage topics."