SortingAlgorithms
1.0.0
该存储库是针对Hacktoberfest的。您可以使用首选的语言(以尊敬的文件夹)添加任何排序算法。
'''
Always try to make more then 4 pull requests.
Let's assume you have made only 4 pull request to different projects.
but one project is excluded from hackoctoberfest event.
Then your pull request will not be counted and you will just have 3 valid pull requests.
If this happens then you will not get any swags or t-shirt.
'''?这个存储库旨在帮助初学者?他们的第一个成功的拉请请求和开源贡献。
git config --global user.name " your_username "git config --global user.email " your_email_address "Fork右上角,分叉此存储库。git clone url_you_just_copiedgit checkout -b usernameName: Here goes your name
Username: Here goes your GitHub username
Approach: It should be concise your solution approach to solve the problem # copy and paste the following in the terminal
git add .
# copy and paste the following in the terminal after you have executed the previous command
git commit -m " hacktoberfest contribution "
# copy and paste the following in the terminal after you have executed the previous command
git push -u origin your_github_username通过点击按钮显示一些❤