avnoor-488 / 450-Questions-Of-DSA

Solutions for DSA sheet https://docs.google.com/spreadsheets/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/edit#gid=1773184282

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

450-Questions Of DSA

Coding Practice πŸ’»πŸ‘©β€πŸ’»

  1. 450 Question on DSA Click here

How to use different DSA ?πŸ’»

To decide which data structure you need in what case, you should know about them in the first place.

You need to know:
-> Which exist
-> What they are good for
-> How they work
-> Their runtime characteristics (time and space complexity)
-> Their pros
-> And cons

Application of DSA

Contribution πŸ’»

If you are looking for a public repository to contribute then you are at the right place. This is open to all the GitHub users. Please follow the given steps to contribute :-

->Fork the repo, make a new branch with your name.

-> Please select the folder in which you have a solution for or create the folder in which you want to contribute.

-> In case the solution already exist for the problem, make another file for it marking the number of the solution.

-> Please put a block comment of the question in your solution.

-> Please refrain from adding plagiarised code. In case you are using someone's code please add credit or reference.

->At the end don't forget to give a star to repo.

Resources πŸ“šπŸ§Ύ

πŸ›©οΈ visualgo
πŸ›©οΈ practice G4G
πŸ›©οΈ 30dayscoding
πŸ›©οΈ FacePrep DSA
πŸ›©οΈ Learn DSA - codechef
πŸ›©οΈ techdevguide

About

Solutions for DSA sheet https://docs.google.com/spreadsheets/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/edit#gid=1773184282


Languages

Language:C++ 100.0%