-
Notifications
You must be signed in to change notification settings - Fork 179
Files
/
Copy pathjpmorgan.csv
23 lines (23 loc) · 2.47 KB
/
jpmorgan.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 3 | Longest Substring Without Repeating Characters | /problems/longest-substring-without-repeating-characters | N | 33.8% | Medium | 0.323234%; |
3 | 20 | Valid Parentheses | /problems/valid-parentheses | N | 40.6% | Easy | 0.793012%; |
4 | 31 | Next Permutation | /problems/next-permutation | N | 37.2% | Medium | 3.72277%; |
5 | 44 | Wildcard Matching | /problems/wildcard-matching | N | 26.8% | Hard | 8.47104%; |
6 | 49 | Group Anagrams | /problems/group-anagrams | N | 66.5% | Medium | 3.71833%; |
7 | 53 | Maximum Subarray | /problems/maximum-subarray | N | 50.1% | Medium | 1.22929%; |
8 | 200 | Number of Islands | /problems/number-of-islands | N | 56.4% | Medium | 0.881972%; |
9 | 217 | Contains Duplicate | /problems/contains-duplicate | N | 61.3% | Easy | 0.953394%; |
10 | 412 | Fizz Buzz | /problems/fizz-buzz | N | 68.9% | Easy | 1.13368%; |
11 | 423 | Reconstruct Original Digits from English | /problems/reconstruct-original-digits-from-english | N | 51.3% | Medium | 51.6993%; |
12 | 435 | Non-overlapping Intervals | /problems/non-overlapping-intervals | N | 49.9% | Medium | 7.667%; |
13 | 780 | Reaching Points | /problems/reaching-points | N | 32.4% | Hard | 62.9749%; |
14 | 884 | Uncommon Words from Two Sentences | /problems/uncommon-words-from-two-sentences | N | 66.0% | Easy | 13.3049%; |
15 | 1010 | Pairs of Songs With Total Durations Divisible by 60 | /problems/pairs-of-songs-with-total-durations-divisible-by-60 | N | 52.9% | Medium | 32.3315%; |
16 | 1328 | Break a Palindrome | /problems/break-a-palindrome | N | 53.2% | Medium | 80.9734%; |
17 | 1356 | Sort Integers by The Number of 1 Bits | /problems/sort-integers-by-the-number-of-1-bits | N | 72.0% | Easy | 69.5021%; |
18 | 1353 | Maximum Number of Events That Can Be Attended | /problems/maximum-number-of-events-that-can-be-attended | N | 32.9% | Medium | 42.1963%; |
19 | 1413 | Minimum Value to Get Positive Step by Step Sum | /problems/minimum-value-to-get-positive-step-by-step-sum | N | 68.1% | Easy | 40.2275%; |
20 | 1481 | Least Number of Unique Integers after K Removals | /problems/least-number-of-unique-integers-after-k-removals | N | 57.0% | Medium | 73.512%; |
21 | 1529 | Minimum Suffix Flips | /problems/minimum-suffix-flips | N | 72.4% | Medium | 34.6315%; |
22 | 1710 | Maximum Units on a Truck | /problems/maximum-units-on-a-truck | N | 73.9% | Easy | 65.4091%; |
23 | 2038 | Remove Colored Pieces if Both Neighbors are the Same Color | /problems/remove-colored-pieces-if-both-neighbors-are-the-same-color | N | 58.1% | Medium | 100%; |