Skip to content

Commit 7a34ff8

Browse files
authored
Merge pull request #2 from aastha44ma/aastha44ma-patch-2
Add initial README for The Algorithms Python project Fixes #13032
2 parents 144af48 + 7cd2fe1 commit 7a34ff8

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

β€ŽUpdatedREADME.mdβ€Ž

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<div align="center">
2+
<!-- Title: -->
3+
<a href="https://github.com/TheAlgorithms/">
4+
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
5+
</a>
6+
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
7+
8+
<!-- Labels: -->
9+
<!-- First row: -->
10+
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
11+
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
12+
</a>
13+
<a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md">
14+
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome">
15+
</a>
16+
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20">
17+
<a href="https://the-algorithms.com/discord">
18+
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
19+
</a>
20+
<a href="https://gitter.im/TheAlgorithms/community">
21+
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
22+
</a>
23+
24+
<!-- Second row: -->
25+
<br>
26+
<a href="https://github.com/TheAlgorithms/Python/actions">
27+
<img src="https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
28+
</a>
29+
<a href="https://github.com/pre-commit/pre-commit">
30+
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
31+
</a>
32+
<a href="https://docs.astral.sh/ruff/formatter/">
33+
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black">
34+
</a>
35+
36+
<!-- Short description: -->
37+
<h3>All algorithms implemented in Python - for education πŸ“š</h3>
38+
</div>
39+
<p align="center">
40+
41+
[![Hacktoberfest 2025](https://img.shields.io/badge/Hacktoberfest-2025-blueviolet)](https://hacktoberfest.com/)
42+
43+
44+
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
45+
46+
## ✨ Hacktoberfest 2025
47+
πŸ“‘ This Repo is a part of Hacktoberfest 2025. We welcome all the amazing PR's under this.
48+
How to contribute-:
49+
1. Find a issue according to you.
50+
2. Then star the repo and fork it.
51+
3. Then you can start contributing by making a pull request.
52+
Happy Contributing!!
53+
54+
## πŸš€ Getting Started
55+
56+
πŸ“‹ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
57+
58+
## 🌐 Community Channels
59+
60+
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!
61+
62+
## πŸ“œ List of Algorithms
63+
64+
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.

0 commit comments

Comments
Β (0)