Sorted Linked List

Project information

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

The purpose of this program is to sort lists in ascending order. It enables users to create a sorted linked list, insert and remove values from it, and perform other functions such as searching for values, iterating through values, printing the list, and determining the list's length. In addition, it offers advanced features like merging two lists, deleting alternate values (nodes), and finding common elements between two lists.

Designed by BootstrapMade