From d78bbd1cbfce0dbb771f0e5b72b9fee5c328774f Mon Sep 17 00:00:00 2001 From: Aditya-mittal21 Date: Sat, 4 Oct 2025 23:32:22 +0530 Subject: [PATCH 1/2] docs: improve README grammar and clarity --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 182d36a8d905..b9500e5272fe 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,16 @@ -

All algorithms implemented in Python - for education πŸ“š

+

A collection of algorithms implemented in Python for educational purposes πŸ“š

-Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion. +These implementations are intended for learning purposes. +They may not be as efficient as the Python standard library alternatives, so use them with discretion. ## πŸš€ Getting Started -πŸ“‹ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. +πŸ“‹ Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing. +This ensures your pull requests follow the project’s conventions. ## 🌐 Community Channels From c726f14767c62cbf7efc358b5a8124388f0bf52f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:12:11 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9500e5272fe..1d44c707d86b 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@

A collection of algorithms implemented in Python for educational purposes πŸ“š

-These implementations are intended for learning purposes. +These implementations are intended for learning purposes. They may not be as efficient as the Python standard library alternatives, so use them with discretion. ## πŸš€ Getting Started -πŸ“‹ Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing. +πŸ“‹ Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing. This ensures your pull requests follow the project’s conventions. ## 🌐 Community Channels