gdsc-gvp / DSA

Implementation of various data structures and algorithms.
MIT License
15 stars 52 forks source link

Singly Linked List #104

Closed kituu02 closed 2 years ago

kituu02 commented 2 years ago

Singly Linked List

cpp

Singly-linked list with operations 1.)insertion at the beginning, after a specific element, and ending 2.)deletion from beginning, a specific element and ending 3.)display

github-actions[bot] commented 2 years ago

It's great having you contribute to this project

Welcome to the community :nerd_face:

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord. :star: STAR THE REPO :star:

rakesh0x7 commented 2 years ago

Hey! some already made an PR in cpp! could you please choose some other language

kituu02 commented 2 years ago

Already some made an pr in cpp