↪Linear Search
↪Binary Search (Iterative and Recursive approach)
↪Selection sort
↪Insertion sort
↪Bubble sort
↪Shell sort
↪Merge sort
↪Quick sort
↪Count sort
↪Radix sort
↪Implementation of the linked list and display the list
↪Insert at beginning
↪Insert anywhere
↪Delete at beginning
↪Delete at end
↪Delete anywhere
↪Implementation of circular linked list and display the list
↪Insert at beginning
↪Insert anywhere
↪Delete at beginning
↪Delete at end
↪Delete anywhere