Wizard-Of-Docs icon indicating copy to clipboard operation
Wizard-Of-Docs copied to clipboard

Singly linked list

Open dilipkn007 opened this issue 3 years ago • 2 comments

Description

I would like to add a menu-driven program on operations on SLL

Operations include:

  • Insertion/deletion at the beginning
  • Insertion/deletion at end
  • Insertion/deletion at specified node
  • Searching the given element'
  • display the list

Programming language

  • [x] C
  • [x] C++
  • [ ] Java
  • [ ] Python

Are you contributing under any open-source program?

hacktoberfest


dilipkn007 avatar Oct 01 '21 04:10 dilipkn007