-
Notifications
You must be signed in to change notification settings - Fork 0
Files
/
Copy pathexpedia.csv
26 lines (26 loc) · 2.59 KB
/
expedia.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 1 | Two Sum | /problems/two-sum | N | 49.1% | Easy | 2.44003%; |
3 | 2 | Add Two Numbers | /problems/add-two-numbers | N | 39.8% | Medium | 2.73966%; |
4 | 3 | Longest Substring Without Repeating Characters | /problems/longest-substring-without-repeating-characters | N | 33.8% | Medium | 1.10373%; |
5 | 14 | Longest Common Prefix | /problems/longest-common-prefix | N | 40.8% | Easy | 1.64652%; |
6 | 21 | Merge Two Sorted Lists | /problems/merge-two-sorted-lists | N | 61.9% | Easy | 1.42882%; |
7 | 49 | Group Anagrams | /problems/group-anagrams | N | 66.5% | Medium | 5.67795%; |
8 | 53 | Maximum Subarray | /problems/maximum-subarray | N | 50.1% | Medium | 1.87714%; |
9 | 56 | Merge Intervals | /problems/merge-intervals | N | 46.0% | Medium | 6.01858%; |
10 | 152 | Maximum Product Subarray | /problems/maximum-product-subarray | N | 34.9% | Medium | 2.15888%; |
11 | 155 | Min Stack | /problems/min-stack | N | 51.9% | Medium | 9.47489%; |
12 | 230 | Kth Smallest Element in a BST | /problems/kth-smallest-element-in-a-bst | N | 69.4% | Medium | 6.39413%; |
13 | 336 | Palindrome Pairs | /problems/palindrome-pairs | N | 35.2% | Hard | 100%; |
14 | 416 | Partition Equal Subset Sum | /problems/partition-equal-subset-sum | N | 46.6% | Medium | 14.4235%; |
15 | 443 | String Compression | /problems/string-compression | N | 48.9% | Medium | 9.8037%; |
16 | 455 | Assign Cookies | /problems/assign-cookies | N | 50.5% | Easy | 51.5444%; |
17 | 468 | Validate IP Address | /problems/validate-ip-address | N | 26.5% | Medium | 20.3168%; |
18 | 560 | Subarray Sum Equals K | /problems/subarray-sum-equals-k | N | 44.0% | Medium | 10.5352%; |
19 | 695 | Max Area of Island | /problems/max-area-of-island | N | 71.7% | Medium | 3.89925%; |
20 | 992 | Subarrays with K Different Integers | /problems/subarrays-with-k-different-integers | N | 54.4% | Hard | 36.1151%; |
21 | 1010 | Pairs of Songs With Total Durations Divisible by 60 | /problems/pairs-of-songs-with-total-durations-divisible-by-60 | N | 52.9% | Medium | 27.9872%; |
22 | 1197 | Minimum Knight Moves | /problems/minimum-knight-moves | Y | 39.7% | Medium | 31.5402%; |
23 | 1094 | Car Pooling | /problems/car-pooling | N | 57.3% | Medium | 17.7417%; |
24 | 1200 | Minimum Absolute Difference | /problems/minimum-absolute-difference | N | 69.7% | Easy | 14.2668%; |
25 | 1326 | Minimum Number of Taps to Open to Water a Garden | /problems/minimum-number-of-taps-to-open-to-water-a-garden | N | 47.7% | Hard | 70.8654%; |
26 | 1334 | Find the City With the Smallest Number of Neighbors at a Threshold Distance | /problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance | N | 53.2% | Medium | 90.1863%; |