From a0a77c8334b43578877d6ac7d96112d4b4ba5e29 Mon Sep 17 00:00:00 2001 From: Piyush6869 <137883301+Piyush6869@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:13:41 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b2e13d..098a16b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The solutions are located under `/LeetcodeProblems`. Each problem has a test fil | Name | Level | Link | | - | - | - | +| [Count of Smaller Numbers After Self ](/LeetcodeProblems/Algorithms/count-of-smaller-numbers-after-self) | Hard | https://leetcode.com/problems/count-of-smaller-numbers-after-self/ | | [Edit Distance ](/LeetcodeProblems/Algorithms/Edit_Distance.js) | Hard | https://leetcode.com/problems/edit-distance/ | | [Remove Invalid Parentheses ](/LeetcodeProblems/Algorithms/Remove_Invalid_Parentheses.js) | Hard | https://leetcode.com/problems/remove-invalid-parentheses/ | | [Longest Consecutive Sequence ](/LeetcodeProblems/Algorithms/Longest_Consecutive_Sequence.js) | Hard | https://leetcode.com/problems/longest-consecutive-sequence/ |