Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Saikat2407/DSA_Hacktoberfest2023
This Repo will Accept all the quality Hacktoberfest 2023 Contribution ⚡️✅🎉
https://github.com/Saikat2407/DSA_Hacktoberfest2023
cpp dsa dsa-algorithm dsalgo-questions good-first-issue hacktoberfest hacktoberfest-2023 hacktoberfest-2023-accepted hacktoberfest-accepted hacktoberfest-accepted2023 hacktoberfest-starter hacktoberfest2023 hacktoberfest2023-approved java leetcode leetcode-solutions
Last synced: about 1 month ago
JSON representation
This Repo will Accept all the quality Hacktoberfest 2023 Contribution ⚡️✅🎉
- Host: GitHub
- URL: https://github.com/Saikat2407/DSA_Hacktoberfest2023
- Owner: Saikat2407
- License: mit
- Archived: true
- Created: 2023-10-01T05:59:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T17:16:50.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:11:54.994Z (5 months ago)
- Topics: cpp, dsa, dsa-algorithm, dsalgo-questions, good-first-issue, hacktoberfest, hacktoberfest-2023, hacktoberfest-2023-accepted, hacktoberfest-accepted, hacktoberfest-accepted2023, hacktoberfest-starter, hacktoberfest2023, hacktoberfest2023-approved, java, leetcode, leetcode-solutions
- Language: C++
- Homepage:
- Size: 161 KB
- Stars: 145
- Watchers: 1
- Forks: 1,023
- Open Issues: 294
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacktoberfest - DSA_Hacktoberfest2023
README
Hacktober Fest 2023⚡️✨
All Contributors are requested to star this repo and follow me for a successful merge of pull request.🙂
👉 Add any project, algorithm or leetcode solution in any programming language..
-🚀 C
-🚀 C++
-🚀 C#
-🚀 PHP
-🚀 Java
-🚀 Python
-🚀 Javascript
In each respective folder on any topic, don't forget to read the rules below to get your pull request accepted.👷♂️ Contribute anything to this repo and earn rewards!
⚙️ Visit The Hacktoberfest website for more information Hacktoberfest 2023
🛠 Welcome to Hacktobefest 2023 Event
How To Contribute
⌛️ In order to do successful contribution you must read the rules at the bottom; all pull requests will be accepted by those who correctly submitted their PR.
Star the repository
⌛️ Patience is key! If the pull request is not merged, tell me in the comment section!
## Getting started
* Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
* Clone your fork down to your local machine```markdown
git clone https://github.com/your-username/DSA_Hacktoberfest2023.git
```* Create a branch
```markdown
git checkout -b branch-name
```* Make your changes (choose from any task below)
* Commit and push```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```* Create a new pull request from your forked repository (Click the `New Pull Request` button located at the top of your repo)
* Wait for your PR review and merge approval!
* __Star this repository__🛡 Rules
- ⚔️ Add link of the problem as comments in the code if contributing solution of any problems from Leetcode, GeekForGeeks, Codechef or Codeforces, etc. No need to add entire main function.
- ⚔️ Dont forget to star this repository and follow me for successful merge.
- ⚔️ Add the proper extension to your code file. Examples: .c, .js, .cpp , .py or .java.
- ⚔️ Give your file a proper name related to your program in snake_case.
- ⚔️ Put your files in correct folder like .cpp file in c++ folder or .py file in python folder.
- ⚔️ If folder is not present for your language create new with name of your programming language like C++ , Python etc
- ⚔️ Make repo well maintained if topic not present in which you want to contribute create new folder for it in their paricular section or language
🛡 Notice
⚔️ All contributors who have followed above rules correctly will meet merge pull request successfully.
⚔️ For any further issues, you can contact me in the comments
⚔️ Always make more than 4 total pull requests for hacktoberfest for safer side.