Skip to content

Latest commit

 

History

History

Linked-List

  1. EmployeeData_LinkedList:
    • Implementation of Employee Data Sample using Liked List.
  2. sortingAlgos_LinkedList:
    • Implementation of sorting Algorithms for future ref.
  3. LinkedListQue:
    • 2 linked list has the digits to a particular number, make a 3rd Linked List containing the digits of the addition of the 2 numbers.
  4. man_LinkedList:
    • C++ program for finding the midddle node of a Linked List.
    • C++ program for deleting the middle node of a Linked List.
    • C++ program for printing the Linked List.