Skip to content

katerinavlasova/Singly_Linked_List

Repository files navigation

Singly Linked List

Description

This project is an implementation of a singly linked list. LinkedList class contains a pointer to head and a count of elements in the LinkedList.

To access an element further than the first one it'll come through all the elements in the LinkedList until the right one is found.

Tests for the class were made with BoostTest.

Plans for development

  • Implement container for this structure
  • Implement sort, slice_after, merge functions

The picture above was taken from here.

About

Singly linked list implementation on c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages