From 0aeccc9539c5b708560f2ccdcdd8f78689f02472 Mon Sep 17 00:00:00 2001 From: Tanishq Pal <150353580+tanishq2520@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:06:17 +0530 Subject: [PATCH 1/4] Delete LICENSE.md --- LICENSE.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index de631c3ef333..000000000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -## 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. From 0998a5d53520baadd7ddf278f37c294b99cff0ae Mon Sep 17 00:00:00 2001 From: Tanishq Pal <150353580+tanishq2520@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:06:49 +0530 Subject: [PATCH 2/4] Delete README.md --- README.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 182d36a8d905..000000000000 --- a/README.md +++ /dev/null @@ -1,52 +0,0 @@ -
- - - - -

The Algorithms - Python

- - - - - Gitpod Ready-to-Code - - - Contributions Welcome - - - - Discord chat - - - Gitter chat - - - -
- - GitHub Workflow Status - - - pre-commit - - - code style: black - - - -

All algorithms implemented in Python - for education 📚

-
- -Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion. - -## 🚀 Getting Started - -📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. - -## 🌐 Community Channels - -We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us! - -## 📜 List of Algorithms - -See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. From 1c2b893c6ee3bc023343971764511e63f29a0630 Mon Sep 17 00:00:00 2001 From: Tanishq Pal <150353580+tanishq2520@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:11:03 +0530 Subject: [PATCH 3/4] Add files via upload --- LICENSE | 21 +++++++++++ README.md | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..e966adedb4d3 --- /dev/null +++ b/LICENSE @@ -0,0 +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. diff --git a/README.md b/README.md new file mode 100644 index 000000000000..aef9408c4b1c --- /dev/null +++ b/README.md @@ -0,0 +1,111 @@ + + +
+ + + + Hacktoberfest 2025 + + +

+ + + + + +

The Algorithms - Python

+ + + + + Gitpod Ready-to-Code + + + Contributions Welcome + + + + Discord chat + + + Gitter chat + + + +
+ + GitHub Workflow Status + + + pre-commit + + + code style: black + + + +

All algorithms implemented in Python - for education 📚

+
+ +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. + +## 🌐 Community Channels + +We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us! + +## 📜 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. From 2e3a1d39e1c833bdb0fdbfde1642d2f25a15c12e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 09:52:24 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef9408c4b1c..e3a073f8a3a3 100644 --- a/README.md +++ b/README.md @@ -107,5 +107,5 @@ Before you start contributing, please read our [Contribution Guidelines](CONTRIB ## 📄 License -This project is licensed under the terms of the [MIT License](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.