📌Our aim is to build a website that comprehensively covers algorithms in C++, Java, Python, and other programming languages, along with acknowledging the contributors to this repository.
🗣 Hacktoberfest encourages participation in the open-source community, which grows bigger every year. Complete the challenge and get a tree planted on your name showing your love towards mother Earth 🌍
📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st 🔥.
- Fork this Repository using the button at the top on the right corner.
- Clone your forked repository to your PC ( git clone "url from clone option.)
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
or simply dogit checkout -b new-user
) - Add your profile image in
static/images/
( use drag and drop option or upload by commands.) - Add your profile data in
content/participant/
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
- Star this repository
<div align="center">
<h2> OR </h2>
</div>
## 1. Create / Upload Your Code / Algorithms
Create/Upload your code in the folder following the convention `Add Code Here`
- Choose an extract language folder `drop your code`
- Below is `an example` to add file properly
- You can follow up `any languages`
/PYTHON/<YOUR-FILERNAME>.py
/C++/<YOUR-FILERNAME>.cpp
You can follow any pathway a `code` or `profile information`
## 2. Wait for Pull Request to merge
## 3. Celebrate - you've done your first pull request!!
```py
'''
Always make more than 4 pull requests.
Let's say you have made only 4 pull requests to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and
then you have the remaining 3 valid pull requests if these projects are not excluded.
If you fail to make 4 pull requests then you can't get swags or t-shirts.
I will recommend you make a pull request to your own repo which is very very safe for you.
Keep in mind that the repo has hacktoberfest topic.
'''
'''
To get approval of the pull request much quicker and faster (`Follow Me`)🚀
'''