diff --git a/Algorithms/Top_LeetCode_Questions_By_Topic.md b/Algorithms/Top_LeetCode_Questions_By_Topic.md index 232f2687..a8296cc2 100644 --- a/Algorithms/Top_LeetCode_Questions_By_Topic.md +++ b/Algorithms/Top_LeetCode_Questions_By_Topic.md @@ -181,7 +181,7 @@ | **#** | **Title** | **Acceptance** | **Difficulty** | | --- | --- | --- | --- | | 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | 29.40% | **Hard** | -| 50 | [Pow(x, n)](https://leetcode.com/problems/powx-n) | 29.70% | **Medium** | +#| 50 | [Pow(x, n)](https://leetcode.com/problems/powx-n) | 29.70% | **Medium** | | 33 | [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array) | 34.50% | **Medium** | | 315 | [Count of Smaller Numbers After Self](https://leetcode.com/problems/count-of-smaller-numbers-after-self) | 41.40% | **Hard** | | 167 | [Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted) | 53.80% | **Easy** | @@ -538,4 +538,4 @@ | 1462 | [Course Schedule IV](https://leetcode.com/problems/course-schedule-iv) | 41.10% | **Medium** | | 1514 | [Path with Maximum Probability](https://leetcode.com/problems/path-with-maximum-probability) | 34.50% | **Medium** | -##### _`Note: Refer individual folder for more details.`_ \ No newline at end of file +##### _`Note: Refer individual folder for more details.`_