Doubly Linked List

Project information

  • Course: Data Structures
  • Project date: Spring 2022
  • Programming Language/Frameworks: C++
  • Project URL: Github

This program sorts doubly linked lists containing int, float, and string data types. It offers users the ability to insert or remove elements, determine the length of the list, print the list, remove a subsection of the list, find the mode, print the list in reverse order, and swap alternating nodes.

Designed by BootstrapMade