From 41db8d62b59d8e214350bf654b9508f8089983f9 Mon Sep 17 00:00:00 2001 From: AbhiramSakha <143825001+AbhiramSakha@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:36:06 +0530 Subject: [PATCH] docs: improve README with beginner-friendly note --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d60d5104c385..ddd2053edde8 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute ## Algorithms Our [directory](DIRECTORY.md) has the full list of applications. + +## 📘 Beginner Note + +This repository contains a collection of algorithms implemented in Java. +Each implementation is designed to help beginners understand core concepts easily. + +👉 Tip: Try running and modifying the code to improve your understanding.