You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
49
49
## 🧠 About the Project
50
50
51
-
**The Algorithms – Python** is a learning-focused repository containing a variety of algorithms, data structures, and problem-solving approaches written in Python.
51
+
**The Algorithms – Python** is a learning-focused repository containing a variety of algorithms, data structures, and problem-solving approaches written in Python.
52
52
It’s a community effort to make algorithm learning more approachable and hands-on.
53
53
54
54
💡 Whether you’re a **beginner exploring your first pull request** or an **experienced developer refining your craft**, this project welcomes you!
@@ -57,8 +57,8 @@ It’s a community effort to make algorithm learning more approachable and hands
57
57
58
58
## 🚀 Getting Started
59
59
60
-
1. Read the [**Contribution Guidelines**](CONTRIBUTING.md) — they’ll help you set up your local environment and understand our workflow.
61
-
2. Pick an algorithm idea you’d like to implement or improve.
60
+
1. Read the [**Contribution Guidelines**](CONTRIBUTING.md) — they’ll help you set up your local environment and understand our workflow.
61
+
2. Pick an algorithm idea you’d like to implement or improve.
62
62
3. Submit your pull request — every contribution matters, no matter how small.
63
63
64
64
> 🏆 **Tip:** Even fixing typos or improving documentation helps the project — and it counts toward open-source experience!
@@ -69,19 +69,19 @@ It’s a community effort to make algorithm learning more approachable and hands
69
69
70
70
We believe everyone can contribute — here’s how you can get involved:
71
71
72
-
- 🧩 **Add a new algorithm or data structure**
73
-
- 🧠 **Optimize or refactor** an existing one
74
-
- 🧾 **Improve documentation** or code comments
75
-
- 🧪 **Add test cases** to increase reliability
76
-
- 🎨 **Enhance visuals or examples** for better understanding
72
+
- 🧩 **Add a new algorithm or data structure**
73
+
- 🧠 **Optimize or refactor** an existing one
74
+
- 🧾 **Improve documentation** or code comments
75
+
- 🧪 **Add test cases** to increase reliability
76
+
- 🎨 **Enhance visuals or examples** for better understanding
77
77
78
78
Check the [Issues tab](https://github.com/TheAlgorithms/Python/issues) — some are tagged with `good first issue` and are great starting points!
79
79
80
80
---
81
81
82
82
## 🎉 Community Challenges
83
83
84
-
Want to go beyond code? Join our monthly **Algorithm Challenges** on Discord!
84
+
Want to go beyond code? Join our monthly **Algorithm Challenges** on Discord!
85
85
Each month we pick a topic (e.g., Sorting, Graphs, Dynamic Programming) and contributors compete in a friendly way to improve or implement related algorithms.
86
86
87
87
> 🧭 Participation badges and GitHub shoutouts are awarded to active contributors!
@@ -102,24 +102,24 @@ We’re building not just a codebase — but a **learning community** that helps
102
102
103
103
## 📂 Explore Algorithms
104
104
105
-
Browse through the [**Directory**](DIRECTORY.md) for all algorithm implementations, organized by topic and complexity level.
105
+
Browse through the [**Directory**](DIRECTORY.md) for all algorithm implementations, organized by topic and complexity level.
106
106
Each section includes beginner-friendly examples and explanations.
107
107
108
108
---
109
109
110
110
## 🌟 Contributor Recognition
111
111
112
-
Every contributor is a valuable part of this project.
112
+
Every contributor is a valuable part of this project.
113
113
We regularly feature top contributors and new members in our community newsletter.
114
114
115
-
💬 Join us → contribute, learn, and get recognized!
115
+
💬 Join us → contribute, learn, and get recognized!
116
116
You can also add yourself to the **Contributors Wall** once your PR is merged.
117
117
118
118
---
119
119
120
120
<divalign="center">
121
121
122
-
🧡 Built with curiosity, collaboration, and community spirit by
122
+
🧡 Built with curiosity, collaboration, and community spirit by
0 commit comments