Skip to content

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.

Notifications You must be signed in to change notification settings

nickyblanch/Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Linked-List

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.

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

No packages published

Languages