This repo contains my solutions of Babbar Bhaiya's DSA sheet Click here to access the DSA Sheet
I will keep adding solutions as I solve them and will be happy to accept any contributions.
1. Fork this repo
2. Star this repo
3. Add a file ( txt/cpp ) inside appropriate folder
4. commit the code
5. Make pull request
-
First of all give this repo a ⭐ so that more open source enthusiasts get to know about this repo and can get started with their open source journey.
-
Add your code in respective folders, like if your code is in C++ then add to C++/Cpp folder in the respective section.
-
Only give PR of the problem that are not included in the repo, please also ensure that someone else might have already not given the PR for the problem.
-
Use proper naming convention for the file (camel casing), for example if you are giving a PR of two sum problem then the file name should be
twoSum.cpp
and the file name should be self evident as what problem are you solving. -
Please provide a proper desciption of the problem you are providing soltuion for, you can use the below template for that also:
Contributing to Hacktoberfest 2021
Problem : Two Sum Problem Link to the problem : https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/ File added -cpp/arrays/twoSum.cpp
- Please assign me (@mihir0699) as the reviewer for the PR.