Rickety-Code / DSA-Problems

1 stars 6 forks source link

Add element at any position in a linked list #47

Open RaisaGhosh opened 2 years ago

RaisaGhosh commented 2 years ago

The algorithm will be able to add a new node at any position in a singly linked list.

RaisaGhosh commented 2 years ago

Hey @Rickety-Code ,

I would like to contribute to this issue under the HACKTOBERFEST 2022. Can you assign it to me?

RaisaGhosh commented 2 years ago

@Rickety-Code could you please review this?