Algo-a-Thon
Algo-a-Thon copied to clipboard
CONTEST 10 : 🎊 Algo-a-Thon' 22 🌟 Code, Collaborate, Conquer Algorithms! 💻🌟
🚀 Algo-a-Thon' 22 ✨ : Unleashing Algos 🌐
Table of Contents 📚
- Overview
- How to Contribute?
- Folder Structure
- Star it
- License
- Thanks Contributors
Overview
This repository is hosted by Shreya Malogi, a collaborative space 🚀 for contributors to share algorithms implemented in various programming languages 🌟. Whether you're a seasoned coder or just getting started, your contributions are valued. 🌐💻
How to Contribute?
-
Fork this repository: Click the "Fork" button in the top right of this page to create your own copy.
-
Clone your fork: Clone the repository to your local machine.
git clone https://github.com/codemacrocosm/Algo-a-thon-22.git -
Create a branch: Create a new branch to work on your changes.
git checkout -b your-branch-name -
Make your changes: Add your algorithm implementation in the
algos folderfollowed by yourappropriate language folder. If the folder doesn't exist, feel free to create it. -
Commit and push: Commit your changes and push them to your fork.
git add . git commit -m "Your commit message" git push origin your-branch-name -
Create a new pull request: Open a new pull request from your forked repository. Click the "New Pull Request" button and follow the prompts.
-
Wait for review and merge approval: Your pull request will be reviewed by the maintainers. Once approved, it will be merged into the main repository.
-
Star this repository: If you had fun contributing, show your support by starring the repository! 🌟
Folder Structure 📂
- In algos folder, Each algorithm should be added to a specific language folder (e.g., Python, Java, C++).
- If the folder for your language doesn't exist, create it.
How to Star ⭐
If you enjoyed this repo or find them inspiring, don't forget to ⭐ the repository! Your support is appreciated.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details. 📜
MIT License
Copyright (c) 2022 CodeMacrocosm
Contributors 🙌
A big thanks to all the creative minds who have contributed.
Now, let the creation begin! Happy coding! 🎨✨