|
1 | 1 | Difficulty,Title,Frequency,Acceptance Rate,Link,Topics |
2 | | -MEDIUM,Rotate Image,100.0,0.7776124897838637,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix" |
3 | | -MEDIUM,Spiral Matrix,100.0,0.5375525885952768,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation" |
4 | | -EASY,Number of 1 Bits,100.0,0.7436836683168337,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation" |
5 | | -MEDIUM,Longest Substring Without Repeating Characters,87.5,0.3682213815401677,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window" |
6 | | -EASY,Climbing Stairs,87.5,0.5350785312385573,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization" |
7 | | -MEDIUM,Number of Islands,87.5,0.6219970498471855,https://leetcode.com/problems/number-of-islands,"Array, Depth-First Search, Breadth-First Search, Union Find, Matrix" |
8 | | -MEDIUM,Kth Largest Element in an Array,87.5,0.6790775999050005,https://leetcode.com/problems/kth-largest-element-in-an-array,"Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect" |
9 | | -EASY,Two Sum,87.5,0.5568026065339361,https://leetcode.com/problems/two-sum,"Array, Hash Table" |
10 | | -MEDIUM,Subarray Sum Equals K,87.5,0.4538263093272409,https://leetcode.com/problems/subarray-sum-equals-k,"Array, Hash Table, Prefix Sum" |
11 | | -EASY,Roman to Integer,87.5,0.647583906112038,https://leetcode.com/problems/roman-to-integer,"Hash Table, Math, String" |
12 | | -MEDIUM,Merge Intervals,87.5,0.4929261846619888,https://leetcode.com/problems/merge-intervals,"Array, Sorting" |
13 | | -MEDIUM,3Sum,87.5,0.3695630422451098,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting" |
| 2 | +MEDIUM,Rotate Image,100.0,0.7790173789665304,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix" |
| 3 | +MEDIUM,Spiral Matrix,100.0,0.539398836789508,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation" |
| 4 | +EASY,Number of 1 Bits,100.0,0.7450480575885099,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation" |
| 5 | +EASY,Two Sum,100.0,0.5577702792380397,https://leetcode.com/problems/two-sum,"Array, Hash Table" |
| 6 | +MEDIUM,Longest Substring Without Repeating Characters,87.5,0.36936144977400187,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window" |
| 7 | +EASY,Climbing Stairs,87.5,0.535407976724555,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization" |
| 8 | +MEDIUM,Kth Largest Element in an Array,87.5,0.6797703802112421,https://leetcode.com/problems/kth-largest-element-in-an-array,"Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect" |
| 9 | +MEDIUM,Subarray Sum Equals K,87.5,0.4547633179081555,https://leetcode.com/problems/subarray-sum-equals-k,"Array, Hash Table, Prefix Sum" |
| 10 | +EASY,Roman to Integer,87.5,0.6486637744329325,https://leetcode.com/problems/roman-to-integer,"Hash Table, Math, String" |
| 11 | +MEDIUM,Merge Intervals,87.5,0.4939525764689584,https://leetcode.com/problems/merge-intervals,"Array, Sorting" |
| 12 | +MEDIUM,3Sum,87.5,0.3707108091763312,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting" |
0 commit comments