Skip to content

nickwhetstone/Sorted-Doubly-Linked-List-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sorted Doubly Linked List

This project is an implementation of a sorted doubly linked list using C++. It comes with a command line interface with user options for:

  1. Creating a sorted doubly linked list with randomly generated numbers in nodes
  2. Adding a specific number to the list
  3. Deleting all nodes containing a particular number from the list
  4. Printing the list in ascending order
  5. Printing the list in descending order
  6. Deleting all nodes and exiting the program

The following sites were incredibly useful in development:

http://stackoverflow.com (especially this discussion)

http://www.tutorialspoint.com/cplusplus/

About

Implementation of sorted doubly linked list used C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages