From ec2597a429b17e5cf6e6831b56e9c1e665176665 Mon Sep 17 00:00:00 2001 From: Rit8060 <35737465+Rit8060@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:59:08 +0530 Subject: [PATCH] Update _README.md --- _README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_README.md b/_README.md index d27ebd4..525708a 100644 --- a/_README.md +++ b/_README.md @@ -1,3 +1,5 @@ +Java Programs + Just an attempt to help the students starting out, with some basic data structures and algorithm programs.(written in Java). Please feel free to comment if you would like me to help you out in case you are struck or you have a better approach in solving them. I have tried to include all the way that I can think - from varying space and time complexities. So hold your horses if you think it can be done in linear time instead of quadratic. Cause may be, just maybe , I may have included that too :) So have a look, Happy coding. :)