Skip to content

marfotop/Linked-List-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linked-List-Data-Structure

A C++ code that defines a templated linked list class, Chain, which allows for insertion, deletion, searching, and counting elements in the list. It also has a method to remove duplicate nodes from the list and another to sort the list using a bin sort algorithm. The class contains a private member first, which points to the first node in the list, and each node contains a data member and a link member that points to the next node in the list. The class also includes various error handling measures to prevent out of bounds errors and exceptions due to insufficient memory.

About

A C++ program that implements a singly-linked list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages