Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 619 forks source link

Implement all the insertion and deletion operations in a singly linked list #1351

Open varshakr1298 opened 3 years ago

varshakr1298 commented 3 years ago

Is your feature request related to a problem? Please describe. My feature is not related to a problem it is basically a implementation of the all the operation of linked list

Describe the solution you'd like I would like to code a user friendly code that will implement all the operations of singly linked like insertion at beginning, at a particular position, at end and similarly deletion and user can input any data type it will work for all kinds of inputs as for integer, char etc.

Do you want to work on it I would like to implement it using C++ programming language.

dhritippaul commented 3 years ago

I would like to work on the issue Kindly assign it to me.

Is your feature request related to a problem? Please describe. Implementing all insertion and deletion in SLL.

Describe the solution you'd like Would like to implement in C++ in an efficient way.

Do you want to work on it Would like to work on the issue for sure.

RYzen-009 commented 3 years ago

/assign

purohitmansi commented 3 years ago

Please assign this to me.