Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihir0699/dsa-sheet-solutions
This repo contains my solutions of Love Babbar bhaiya's DSA sheet
https://github.com/mihir0699/dsa-sheet-solutions
hacktoberfest hacktoberfest2021
Last synced: 21 days ago
JSON representation
This repo contains my solutions of Love Babbar bhaiya's DSA sheet
- Host: GitHub
- URL: https://github.com/mihir0699/dsa-sheet-solutions
- Owner: mihir0699
- Created: 2020-10-24T10:52:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T05:42:48.000Z (about 2 years ago)
- Last Synced: 2023-03-05T22:42:46.004Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 24
- Watchers: 1
- Forks: 37
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA Sheet Solutions ✨
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) ![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
This repo contains my solutions of Babbar Bhaiya's DSA sheet **[Click here to access the DSA Sheet](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view)
I will keep adding solutions as I solve them and will be happy to accept any contributions**.### PS: Not accepting PR's for Hacktoberfest 2021 anyomore
## Steps to contribute :
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
## Guidelines to follow for contribution:
1. 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.1. Add your code in respective folders, like if your code is in C++ then add to C++/Cpp folder in the respective section.
2. 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.
3. 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.
4. 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/](https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/)
> File added - `cpp/arrays/twoSum.cpp`
6. Please assign me ([@mihir0699](https://github.com/mihir0699)) as the reviewer for the PR.