-
Notifications
You must be signed in to change notification settings - Fork 179
Files
/
Copy pathintuit.csv
18 lines (18 loc) · 1.8 KB
/
intuit.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 | 1.73353%; |
3 | 34 | Find First and Last Position of Element in Sorted Array | /problems/find-first-and-last-position-of-element-in-sorted-array | N | 41.6% | Medium | 21.4678%; |
4 | 37 | Sudoku Solver | /problems/sudoku-solver | N | 56.8% | Hard | 25.7029%; |
5 | 97 | Interleaving String | /problems/interleaving-string | N | 37.1% | Medium | 29.306%; |
6 | 146 | LRU Cache | /problems/lru-cache | N | 40.5% | Medium | 8.7069%; |
7 | 200 | Number of Islands | /problems/number-of-islands | N | 56.4% | Medium | 10.1455%; |
8 | 207 | Course Schedule | /problems/course-schedule | N | 45.4% | Medium | 16.2548%; |
9 | 210 | Course Schedule II | /problems/course-schedule-ii | N | 48.0% | Medium | 12.0595%; |
10 | 215 | Kth Largest Element in an Array | /problems/kth-largest-element-in-an-array | N | 65.8% | Medium | 8.19564%; |
11 | 234 | Palindrome Linked List | /problems/palindrome-linked-list | N | 49.6% | Easy | 11.0882%; |
12 | 295 | Find Median from Data Stream | /problems/find-median-from-data-stream | N | 51.5% | Hard | 13.8919%; |
13 | 718 | Maximum Length of Repeated Subarray | /problems/maximum-length-of-repeated-subarray | N | 51.5% | Medium | 43.4152%; |
14 | 767 | Reorganize String | /problems/reorganize-string | N | 52.8% | Medium | 51.9612%; |
15 | 811 | Subdomain Visit Count | /problems/subdomain-visit-count | N | 75.2% | Medium | 100%; |
16 | 622 | Design Circular Queue | /problems/design-circular-queue | N | 51.8% | Medium | 82.4626%; |
17 | 994 | Rotting Oranges | /problems/rotting-oranges | N | 52.5% | Medium | 12.0413%; |
18 | 1315 | Sum of Nodes with Even-Valued Grandparent | /problems/sum-of-nodes-with-even-valued-grandparent | N | 85.6% | Medium | 69.4987%; |