Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -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.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<a id="index"></a>

<div align="center">

<!-- Hacktoberfest 2025 Banner -->
<a href="https://hacktoberfest.com/">
<img src="https://img.shields.io/badge/Hacktoberfest-2025-blueviolet?style=for-the-badge&logo=hacktoberfest" alt="Hacktoberfest 2025">
</a>

<br><br>

<!-- Title: -->
<a href="https://github.com/TheAlgorithms/">
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
Expand Down Expand Up @@ -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.
Expand All @@ -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.