From d306db54d21c60ee160911619f74454824cba42a Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Tue, 11 Mar 2025 23:54:36 +0530 Subject: [PATCH] Adding Pow(x,n --- Questions.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Questions.md b/Questions.md index e927052..ef6b2f2 100644 --- a/Questions.md +++ b/Questions.md @@ -10,7 +10,7 @@ 6. [Find Minimum in Rotated Sorted Array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/) `Blind 75` `Leetcode 150` 7. [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/description/) `Blind 75` `Leetcode 150` `Striver` 8. [3sum](https://leetcode.com/problems/3sum/description/) `Blind 75` `Leetcode 150` `Striver` -9. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/description/?envType=study-plan-v2&envId=top-interview-150) `Blind 75` `Leetcode 150` +9. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/description/) `Blind 75` `Leetcode 150` 10. [Merge Intervals](https://leetcode.com/problems/merge-intervals/description/) `Blind 75` `Leetcode 150` `Striver` 11. [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/) `Blind 75` `Leetcode 150` `Striver` 12. [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/description/) `Leetcode 150` `Striver` @@ -18,6 +18,7 @@ 14. [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/) `Leetcode 150` `Striver` 15. [Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/description/) `Striver` 16. [Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix/description/) `Leetcode 150` `Striver` -17. [Majority Element](https://leetcode.com/problems/majority-element/description/) `Leetcode 150` `Striver` -18. [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/description/) `Leetcode 150` `Striver` +17. [Pow(x, n)](https://leetcode.com/problems/powx-n/description/) `Leetcode 150` `Striver` +18. [Majority Element](https://leetcode.com/problems/majority-element/description/) `Leetcode 150` `Striver` +19. [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/description/) `Leetcode 150` `Striver`