From 7fa528a531a70ef55d7cb7f1c4bb40c1f030fb53 Mon Sep 17 00:00:00 2001 From: TOMMY Date: Fri, 26 Sep 2025 01:16:16 +0300 Subject: [PATCH] docs: add note about practicing contribution workflowdocs: add note about practicing contribution workflowUpdate README.md Add a brief note to the README clarifying that this fork is used for practicing the open-source contribution workflow and learning GitHub collaboration. --- README.md | 66 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) 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.