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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,23 @@
34
34
</a>
35
35
36
36
<!-- Short description: -->
37
-
<h3>All algorithms implemented in Python - for educational purposes 📚</h3>
37
+
<h3>All algorithms are 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
+
41
+
⚠️ Disclaimer: The algorithms provided here are for educational purposes only.
42
+
Performance and efficiency may differ from Python's standard library implementations.Use responsibly.
41
43
42
44
## 🚀 Getting Started
43
45
44
-
📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
46
+
📋 To ensure a smooth contribution process, please review our [Contribution Guidelines](CONTRIBUTING.md) before making any changes or submitting pull requests.
47
+
45
48
46
49
## 🌐 Community Channels
47
50
48
51
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!
49
52
50
53
## 📜 List of Algorithms
51
54
52
-
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
55
+
Refer to the [directory](DIRECTORY.md) for structured navigation and an in-depth overview of the algorithms included in this project.
0 commit comments