This is a C++ implementation of a linked list, completed without using std::list or std::vector or other containers. List.hpp contains the list implementation, and example_main.cpp includes a quick program that I used to test the list's functionality.
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ implementation of a linked list. This is written from scratch, without the help of the C++ standard library. This is done as an exercise to understand data structures, pointers, classes, and other object oriented programming concepts.
nickyblanch/Linked-List
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ implementation of a linked list. This is written from scratch, without the help of the C++ standard library. This is done as an exercise to understand data structures, pointers, classes, and other object oriented programming concepts.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published