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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,16 @@
34
34
</a>
35
35
36
36
<!-- Short description: -->
37
-
<h3>All algorithms implemented in Python - for education 📚</h3>
37
+
<h3>A collection of algorithms implemented in Python for educational purposes 📚</h3>
38
38
</div>
39
39
40
-
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
40
+
These implementations are intended for learning purposes.
41
+
They may not be as efficient as the Python standard library alternatives, so use them with discretion.
41
42
42
43
## 🚀 Getting Started
43
44
44
-
📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
45
+
📋 Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing.
46
+
This ensures your pull requests follow the project’s conventions.
0 commit comments