/cpp-linked-list

Simple class implementation of a singly linked list in C++

Primary LanguageC++

C++ Linked List

Simple class implementation of a singly linked list in C++.

TODO:

  • Index operator

  • Pop method

  • Remove method

  • Append method

  • Insert method