From e80a04ffd8c48bd371b0a2a96b220f055936d33c Mon Sep 17 00:00:00 2001 From: Samir Paul <77569653+SamirPaul1@users.noreply.github.com> Date: Sun, 24 Apr 2022 17:58:02 +0530 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54187e88..6eeb437a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can also refer to the following list of important questions recommended by [ | Array | Given an array which consists of only 0, 1 and 2. Sort the array without using any sorting algo | <-> | | Array | Move all the negative elements to one side of the array | <-> | | Array | Find the Union and Intersection of the two sorted arrays. | <-> | -| Array | Write a program to cyclically rotate an array by one. | https://leetcode.com/submissions/detail/518315170/ | +| Array | Write a program to cyclically rotate an array by one. | https://leetcode.com/problems/rotate-array/ | | Array | find Largest sum contiguous Subarray [V. IMP] | https://leetcode.com/problems/maximum-subarray/ | | Array | Minimise the maximum difference between heights [V.IMP] | https://leetcode.com/problems/smallest-range-ii/ | | Array | Minimum no. of Jumps to reach end of an array | https://leetcode.com/problems/jump-game |