From 7b234767313a96996f90f65901a8c8980ebdf5f6 Mon Sep 17 00:00:00 2001 From: Mayank Jain Date: Tue, 11 Mar 2025 00:57:08 +0530 Subject: [PATCH 1/2] Update README.md with better Geeksforgeeks link instead of lintcode Update README.md with better Geeksforgeeks link instead of lintcode because requires mobile number for login but Geeksforgeeks is more reliable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96f66f..6e1949d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 4. Squaring a Sorted Array (easy) [LeetCode](https://leetcode.com/problems/squares-of-a-sorted-array/) 5. Triplet Sum to Zero (medium) [LeetCode](https://leetcode.com/problems/3sum/) 6. Triplet Sum Close to Target (medium) [LeetCode](https://leetcode.com/problems/3sum-closest/) -7. Triplets with Smaller Sum (medium) [LintCode](https://www.lintcode.com/problem/3sum-smaller/description) +7. Triplets with Smaller Sum (medium) [Geeksforgeeks](https://www.geeksforgeeks.org/problems/count-triplets-with-sum-smaller-than-x5549/1) 8. Subarrays with Product Less than a Target (medium) [LeetCode](https://leetcode.com/problems/subarray-product-less-than-k/) 9. Dutch National Flag Problem (medium) [CoderByte](https://coderbyte.com/algorithm/dutch-national-flag-sorting-problem) 10. Problem Challenge 1: Quadruple Sum to Target (medium) [Leetcode](https://leetcode.com/problems/4sum/) From 29df33a1a78f27e7688b4ad90846b53819615185 Mon Sep 17 00:00:00 2001 From: Mayank Jain Date: Tue, 11 Mar 2025 23:12:05 +0530 Subject: [PATCH 2/2] Update README.md Updated Link with GeeksforGeek Link to ease access for everyone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e1949d..a8c3c62 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 6. Triplet Sum Close to Target (medium) [LeetCode](https://leetcode.com/problems/3sum-closest/) 7. Triplets with Smaller Sum (medium) [Geeksforgeeks](https://www.geeksforgeeks.org/problems/count-triplets-with-sum-smaller-than-x5549/1) 8. Subarrays with Product Less than a Target (medium) [LeetCode](https://leetcode.com/problems/subarray-product-less-than-k/) -9. Dutch National Flag Problem (medium) [CoderByte](https://coderbyte.com/algorithm/dutch-national-flag-sorting-problem) +9. Dutch National Flag Problem (medium) [Geeksforgeeks](https://www.geeksforgeeks.org/problems/sort-an-array-of-0s-1s-and-2s4231/1) 10. Problem Challenge 1: Quadruple Sum to Target (medium) [Leetcode](https://leetcode.com/problems/4sum/) 11. Problem Challenge 2: Comparing Strings containing Backspaces (medium) [Leetcode](https://leetcode.com/problems/backspace-string-compare/) 12. Problem Challenge 3: Minimum Window Sort (medium) [Leetcode](https://leetcode.com/problems/shortest-unsorted-continuous-subarray/) [Ideserve](https://www.ideserve.co.in/learn/minimum-length-subarray-sorting-which-results-in-sorted-array)