-
Notifications
You must be signed in to change notification settings - Fork 183
Files
/
Copy pathvmware.csv
11 lines (11 loc) · 1.02 KB
/
vmware.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 56 | Merge Intervals | /problems/merge-intervals | N | 46.0% | Medium | 3.93109%; |
3 | 75 | Sort Colors | /problems/sort-colors | N | 57.4% | Medium | 1.89687%; |
4 | 200 | Number of Islands | /problems/number-of-islands | N | 56.4% | Medium | 1.40734%; |
5 | 239 | Sliding Window Maximum | /problems/sliding-window-maximum | N | 46.6% | Hard | 3.08851%; |
6 | 460 | LFU Cache | /problems/lfu-cache | N | 40.4% | Hard | 18.8394%; |
7 | 697 | Degree of an Array | /problems/degree-of-an-array | N | 55.9% | Easy | 20.0861%; |
8 | 706 | Design HashMap | /problems/design-hashmap | N | 65.0% | Easy | 9.93538%; |
9 | 1000 | Minimum Cost to Merge Stones | /problems/minimum-cost-to-merge-stones | N | 42.3% | Hard | 60.0431%; |
10 | 1356 | Sort Integers by The Number of 1 Bits | /problems/sort-integers-by-the-number-of-1-bits | N | 72.0% | Easy | 16.2036%; |
11 | 1611 | Minimum One Bit Operations to Make Integers Zero | /problems/minimum-one-bit-operations-to-make-integers-zero | N | 63.3% | Hard | 100%; |