Data Structure and Algorithm Worksheet - program that maintains a linear linked list whose elements are stored in on ascending order and implements the following operations (using separate functions): Insert a new element Delete an existing element Search an element Display all the elements

Write a menu driven program that maintains a linear linked list whose elements are stored in on ascending order and implements the following operations (using separate functions):

  1. Insert a new element
  2. Delete an existing element
  3. Search an element
  4. Display all the elements

Comments

Post a Comment