diff --git a/README.md b/README.md index 182d36a8d905..b5005a9fe4ce 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,44 @@ +> **Note**: This fork is being used for practicing the open-source contribution workflow and learning GitHub collaboration. +
+ - - - -

The Algorithms - Python

+ + + +

The Algorithms - Python

- - - Gitpod Ready-to-Code - - - Contributions Welcome - - - - Discord chat - - - Gitter chat - - - -
- - GitHub Workflow Status - - - pre-commit - - - code style: black - + + + Gitpod Ready-to-Code + + + Contributions Welcome + + + + Discord chat + + + Gitter chat + + + +
+ + GitHub Workflow Status + + + pre-commit + + + code style: black + -

All algorithms implemented in Python - for education 📚

+

All algorithms implemented in Python - for education 📚

+
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.