Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linked list #1286

Closed
MohamedBechir opened this issue Apr 26, 2020 · 2 comments
Closed

Add linked list #1286

MohamedBechir opened this issue Apr 26, 2020 · 2 comments

Comments

@MohamedBechir
Copy link
Contributor

MohamedBechir commented Apr 26, 2020

Linked lists are powerful data structures which are very useful when you need to do a lot of insertions and removals!

@MohamedBechir MohamedBechir changed the title Add linked list: Add linked list Apr 26, 2020
@shrey6045
Copy link

Correct. Moreover implementing Linked List also tends to increase the efficiency of the code.

@MohamedBechir
Copy link
Contributor Author

I added the singly linked list and it was merged, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants