From 50e5b50ce9d8f57be0bc12f6a8774753e73363af Mon Sep 17 00:00:00 2001 From: DhruvilSoni Date: Fri, 2 Oct 2020 00:23:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd4031..f09b9c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Data Structures-Algorithms -Implementation of Data structures and Algorithms.It covers all the important Data structures and Algorithms and also some problems which are really important from the interview point of view. +Implementation of Data structures and Algorithms in Java. It covers all the important Data structures and Algorithms and also some problems which are really important from the interview point of view. The codes are very much useful from C.P. point of view as well.

Installation