-
Notifications
You must be signed in to change notification settings - Fork 183
Files
/
Copy pathoracle.csv
42 lines (42 loc) · 4.08 KB
/
oracle.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 1 | Two Sum | /problems/two-sum | N | 49.1% | Easy | 4.00108%; |
3 | 5 | Longest Palindromic Substring | /problems/longest-palindromic-substring | N | 32.4% | Medium | 1.55195%; |
4 | 7 | Reverse Integer | /problems/reverse-integer | N | 27.2% | Medium | 1.67936%; |
5 | 12 | Integer to Roman | /problems/integer-to-roman | N | 61.5% | Medium | 9.59067%; |
6 | 13 | Roman to Integer | /problems/roman-to-integer | N | 58.2% | Easy | 3.58197%; |
7 | 17 | Letter Combinations of a Phone Number | /problems/letter-combinations-of-a-phone-number | N | 55.7% | Medium | 3.30951%; |
8 | 20 | Valid Parentheses | /problems/valid-parentheses | N | 40.6% | Easy | 1.98566%; |
9 | 22 | Generate Parentheses | /problems/generate-parentheses | N | 71.9% | Medium | 7.35319%; |
10 | 41 | First Missing Positive | /problems/first-missing-positive | N | 36.6% | Hard | 4.68157%; |
11 | 42 | Trapping Rain Water | /problems/trapping-rain-water | N | 58.8% | Hard | 3.2435%; |
12 | 48 | Rotate Image | /problems/rotate-image | N | 70.1% | Medium | 3.06904%; |
13 | 49 | Group Anagrams | /problems/group-anagrams | N | 66.5% | Medium | 5.36763%; |
14 | 53 | Maximum Subarray | /problems/maximum-subarray | N | 50.1% | Medium | 1.38244%; |
15 | 54 | Spiral Matrix | /problems/spiral-matrix | N | 43.8% | Medium | 3.48692%; |
16 | 56 | Merge Intervals | /problems/merge-intervals | N | 46.0% | Medium | 2.5818%; |
17 | 71 | Simplify Path | /problems/simplify-path | N | 39.2% | Medium | 13.6419%; |
18 | 76 | Minimum Window Substring | /problems/minimum-window-substring | N | 40.7% | Hard | 11.1572%; |
19 | 78 | Subsets | /problems/subsets | N | 74.0% | Medium | 3.6928%; |
20 | 88 | Merge Sorted Array | /problems/merge-sorted-array | N | 45.8% | Easy | 4.01331%; |
21 | 103 | Binary Tree Zigzag Level Order Traversal | /problems/binary-tree-zigzag-level-order-traversal | N | 55.2% | Medium | 6.4318%; |
22 | 121 | Best Time to Buy and Sell Stock | /problems/best-time-to-buy-and-sell-stock | N | 54.4% | Easy | 3.88467%; |
23 | 146 | LRU Cache | /problems/lru-cache | N | 40.5% | Medium | 9.07855%; |
24 | 150 | Evaluate Reverse Polish Notation | /problems/evaluate-reverse-polish-notation | N | 44.1% | Medium | 6.95465%; |
25 | 176 | Second Highest Salary | /problems/second-highest-salary | N | 36.6% | Medium | 5.25675%; |
26 | 200 | Number of Islands | /problems/number-of-islands | N | 56.4% | Medium | 2.20842%; |
27 | 206 | Reverse Linked List | /problems/reverse-linked-list | N | 72.5% | Easy | 2.53793%; |
28 | 236 | Lowest Common Ancestor of a Binary Tree | /problems/lowest-common-ancestor-of-a-binary-tree | N | 58.1% | Medium | 11.2257%; |
29 | 253 | Meeting Rooms II | /problems/meeting-rooms-ii | Y | 50.5% | Medium | 7.86312%; |
30 | 268 | Missing Number | /problems/missing-number | N | 61.7% | Easy | 2.71318%; |
31 | 283 | Move Zeroes | /problems/move-zeroes | N | 61.4% | Easy | 2.04332%; |
32 | 316 | Remove Duplicate Letters | /problems/remove-duplicate-letters | N | 44.6% | Medium | 73.1007%; |
33 | 387 | First Unique Character in a String | /problems/first-unique-character-in-a-string | N | 59.0% | Easy | 3.65134%; |
34 | 453 | Minimum Moves to Equal Array Elements | /problems/minimum-moves-to-equal-array-elements | N | 55.7% | Medium | 60.921%; |
35 | 560 | Subarray Sum Equals K | /problems/subarray-sum-equals-k | N | 44.0% | Medium | 4.67484%; |
36 | 694 | Number of Distinct Islands | /problems/number-of-distinct-islands | Y | 60.6% | Medium | 34.0217%; |
37 | 430 | Flatten a Multilevel Doubly Linked List | /problems/flatten-a-multilevel-doubly-linked-list | N | 59.5% | Medium | 18.9975%; |
38 | 987 | Vertical Order Traversal of a Binary Tree | /problems/vertical-order-traversal-of-a-binary-tree | N | 44.7% | Hard | 14.0556%; |
39 | 1010 | Pairs of Songs With Total Durations Divisible by 60 | /problems/pairs-of-songs-with-total-durations-divisible-by-60 | N | 52.9% | Medium | 14.1167%; |
40 | 1472 | Design Browser History | /problems/design-browser-history | N | 76.1% | Medium | 18.146%; |
41 | 1740 | Find Distance in a Binary Tree | /problems/find-distance-in-a-binary-tree | Y | 68.8% | Medium | 70.0967%; |
42 | 1802 | Maximum Value at a Given Index in a Bounded Array | /problems/maximum-value-at-a-given-index-in-a-bounded-array | N | 31.9% | Medium | 100%; |