From fb6864c5b2a012ee54dc57f2b783bba5d858f496 Mon Sep 17 00:00:00 2001 From: Samir Paul <77569653+SamirPaul1@users.noreply.github.com> Date: Thu, 24 Aug 2023 01:56:43 +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 1a96b6b6..3eaf79a1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ In various folders of the above topics, you can find questions and concepts rela I am continuously trying to improve this repository by adding new questions and concepts related to the respective topic. Please feel free to contribute to this repository. **Things you can contribute to:** -- Update the existing solution[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f1d5f10f6294870aa0591235bebcc66)](https://app.codacy.com/gh/SamirPaul1/DSAlgo/dashboard) with a better one (better complexity). +- Update the existing solution Codacy Badge with a better one (better complexity). - Add new questions and solutions in ```Python3``` to the respective directory. - Add new resources to [BOOKS-and-PDFs](https://github.com/SamirPaul1/DSAlgo/tree/main/BOOKS-and-PDFs) & [Questions-Sheet](https://github.com/SamirPaul1/DSAlgo/tree/main/Questions-Sheet). - Solve issues raised by other people or yourself.