All the Algorithms you'll ever need xD
This repository contains all the algorithms we have encountered in the fields of Computer Science, Mathematics and Physics!
Kicking Off Hacktoberfest with ACM-VIT!
Where Computer Science Theory meets Practice!
Overview
This year we've introduced a whole range of new topics that can be taken up by newbies and seasoned professionals alike! There is something for everyone to work on, as we have issues in Web Development, Machine Learning, Advanced Algorithms, Database Management Systems, Automata Theory, Graph Theory, Deep Learning, Linear Algebra and even Assembly Level Programming.
Choosing an Issue
You don't need to be an expert in any of these topics to start. Just pick one that suits you and start coding!
Submitting a Pull Request
- Fork the repository by clicking the fork button on top right corner of the page
- Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [HTTPS-ADDRESS]
- Go to the cloned directory by running
cd [NAME-OF-REPO]
- Create a new branch. Use
git checkout -b [YOUR-BRANCH-NAME]
- Make your changes to the code. Add changes to your branch by using
git add .
- Commit the chanes by executing
git commit -m "your msg"
- Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
- Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
- Wait for your request to be accepted.
Guidelines for Pull Request
- Avoid pull requests that :
- are automated or scripted
- that are plagarized from someone else's branch
- Do not spam
- Project maintainer's decision on validity of PR is final.
For additional guidelines, refer to participation rules
What counts as a PR?
Check out our issues and try to solve them !
Interacting with Issues
- There are helper issues that detail all you have to do to complete the project.
- Read the helper issues and work on the corresponding code in your fork of the repo.
- If you have some doubt regarding the 'help' given, comment below the issue.
- If you have some doubt not related to any 'helper issue/s' open, Open up a new issue, select doubt and fill in the template.
- If you want to provide some extra help to fellow participants, open up a new helper issue. Don't include any solution/code!
- Do not spam
Current Topics!
link)
Computer Science (
┣
┣
┗
┣
┣
┗
┗
link)
Mathematics (