From b4be4fa5b70478efe5cab7054b9ee9ac1234b9ea Mon Sep 17 00:00:00 2001 From: Nipul Singal Date: Sat, 17 Oct 2020 13:43:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfe242d..491d108 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ I use this repository to store the solutions of problems which I solve in C++ la ------------------------------------------------------------------------------------------------------------------------------------------- Note: If you find any bugs in the code or have any doubts regarding the codes feel free to raise an issue or a PR. +Note: Contributions are welcome From 585f35eeae2492c3db034b175b20f44cccc76d26 Mon Sep 17 00:00:00 2001 From: Nipul Singal Date: Sat, 17 Oct 2020 13:45:13 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 491d108..2bb42ae 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Full course -stored in managed way. I use this repository to store the solutions of problems which I solve in C++ language . +Topics - HashMaps, LinkedList + ------------------------------------------------------------------------------------------------------------------------------------------- Note: If you find any bugs in the code or have any doubts regarding the codes feel free to raise an issue or a PR.