ReciHub / FunnyAlgorithms

A repository with a bunch of funny algorithms, beginners friendly
Creative Commons Zero v1.0 Universal
443 stars 703 forks source link

Adding new algorithms for linked list #238

Closed somyaguglani closed 3 years ago

somyaguglani commented 5 years ago

can i be assigned this issue ? i want to contribute algorithms regarding linked lists as there are almost none of those

somyaguglani commented 5 years ago

please look these PRs and label this as hacktoberfest2019 if possible

ArnavNair commented 5 years ago

Hi...I'd love to add some more algorithms for Linked Lists, namely reversing a Linked List and printing the elements of a Linked List in reverse without any additional memory usage.

OtacilioN commented 5 years ago

Hey @ArnavNair everyone here is welcome, you can add your algorithms!

OtacilioN commented 5 years ago

Hey @somyaguglani your pull requests are already merged and counting in Hacktoberfest 2019! Thanks for contributing.

rajk1121 commented 5 years ago

@OtacilioN Please review the PR #274 . Please do tell if there are any issues with the code. It will help me to get feedback and improve the code. Thanks.