diff --git a/LICENSE.md b/LICENSE similarity index 98% rename from LICENSE.md rename to LICENSE index de631c3ef333..e966adedb4d3 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,21 +1,21 @@ -## MIT License - -Copyright (c) 2016-2022 TheAlgorithms and contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +## MIT License + +Copyright (c) 2016-2022 TheAlgorithms and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 182d36a8d905..e3a073f8a3a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ + +
+ + + + Hacktoberfest 2025 + + +

+ @@ -39,6 +49,33 @@ Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion. +--- + +## 🎃 Hacktoberfest 2025 + +This repository is participating in **Hacktoberfest 2025**! 🎉 + +We welcome contributions from developers of all skill levels. Whether you're a beginner or an experienced developer, there's something for everyone! + +### How to Participate + +1. Register at [hacktoberfest.com](https://hacktoberfest.com/) +2. Find issues labeled `hacktoberfest` or `good first issue` +3. Submit quality pull requests +4. Make 4 valid PRs between October 1-31 to earn rewards! + +### Hacktoberfest Guidelines + +- ✅ Read our [Contributing Guidelines](CONTRIBUTING.md) first +- ✅ Look for issues tagged with `hacktoberfest` +- ✅ Submit quality PRs (no spam!) +- ✅ Be respectful and collaborative +- ❌ Low-quality PRs will be marked as `invalid` or `spam` + +**Happy Hacking!** 🚀 + +--- + ## 🚀 Getting Started 📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. @@ -50,3 +87,25 @@ We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://git ## 📜 List of Algorithms See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. + +--- + +## 🤝 Contributing + +We love contributions! 🎉 + +Before you start contributing, please read our [Contribution Guidelines](CONTRIBUTING.md) to understand our coding standards, commit message conventions, and pull request process. + +### How to Contribute + +1. **Fork the repository** to your GitHub account +2. **Clone your fork** to your local machine + +```bash + git clone https://github.com/YOUR_USERNAME/Python.git +``` + +## 📄 License + +This project is licensed under the terms of the [MIT License](LICENSE). +You are free to use, modify, and distribute the code as long as proper credit is given.