skully-coder / DSA-Questions

Collection of data structure and algorithms questions

Home Page:https://www.instagram.com/lets__code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA-Questions

Why DSA is important? DSA plays a very important role in reducing the time complexity of the code. A problem might have several approaches, but you must pick the optimized one in order to stand out of the crowd. You must be able to write a code which takes less time to execute for any problem statement given


How to contribute 😎

  • Star this repository
  • Select your topic and program to add in this repository.Don't copy paste ,try to add your codes
  • Check if the program is already added then choose another.You can add it with different language.
  • Create an issue with description about the question and wait for approval.
  • note creat only one issue at once, afer successful pull request create another issue.
  • Then fork this repository.
  • In forked repository select the topic folder where you want to add the program.
  • Then select the programming language folder in which you want to add the program
  • If you can't find the folder create the folder and then add your program.
  • for example check this folder Array
  • Make your pull request after adding the program
  • Wait for review.

After reviewing your code if there will be no changes required then your pull request will be accepted.

You can also contribute to this repository by improving documention or any mistakes/errors

Follow me on Github - https://github.com/avinash201199
Contact me for any doubt -https://www.instagram.com/lets__code/

About

Collection of data structure and algorithms questions

https://www.instagram.com/lets__code/

License:MIT License


Languages

Language:Python 34.2%Language:C++ 34.1%Language:Java 31.7%