VICTOR4046 / Data-Structures

0 stars 6 forks source link

Added Link-List Program #6

Closed jatin831 closed 3 years ago

jatin831 commented 3 years ago

Added a Link-List Program

It has all the main functions of a link list.

  1. Creating a link-list.
  2. Inserting at the end.
  3. Insert in the beginning.
  4. Insert in middle.
  5. Delete from the beginning
  6. Delete from the end.
  7. Delete from middle.
  8. Display the list.
  9. Exit