From 6ed58b176c3000dad2ca235a58cdeedb17e6710f Mon Sep 17 00:00:00 2001 From: Rahul Sharma <59200202+rahul23-s@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:06:21 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b3577f..9594e88 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Algorithms in Python ====== Implementations of a few algorithms and datastructures for fun and profit! +You can see the implementations of these algorithms and Learn. +These algorithms are implemented in Python but the Logic remains same and You can try to implement them on your own. Completed ---