SakshamAgrwl / GFG-DSA-Problem-Solutions

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.
18 stars 38 forks source link

Add more problem solutions to existing data structures #6

Open SakshamAgrwl opened 4 years ago

SakshamAgrwl commented 4 years ago

Feel free to add new algorithms and code for the data structures given in this repository. For ex: You can add Moore's voting algorithm in the array's section.

Only add solutions to existing data structures. Don't upload your solution to a new folder as there is a separate issue already available for it.

anishjain94 commented 4 years ago

Added Sorting algos #7

Samridhi-98 commented 4 years ago

Added section for Linked list

vibalijoshi commented 3 years ago

54 I made a PR for Moore's voting algorithm, with proper explanations

skkyal commented 3 years ago

Made a PR for Dectection of Loop in Linked List #62