-
Notifications
You must be signed in to change notification settings - Fork 184
Files
/
Copy pathsamsung.csv
13 lines (13 loc) · 1.28 KB
/
samsung.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 1 | Two Sum | /problems/two-sum | N | 49.1% | Easy | 1.24137%; |
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 | 9.43204%; |
4 | 49 | Group Anagrams | /problems/group-anagrams | N | 66.5% | Medium | 8.99608%; |
5 | 124 | Binary Tree Maximum Path Sum | /problems/binary-tree-maximum-path-sum | N | 38.5% | Hard | 20.1717%; |
6 | 143 | Reorder List | /problems/reorder-list | N | 51.2% | Medium | 26.3475%; |
7 | 236 | Lowest Common Ancestor of a Binary Tree | /problems/lowest-common-ancestor-of-a-binary-tree | N | 58.1% | Medium | 19.0013%; |
8 | 304 | Range Sum Query 2D - Immutable | /problems/range-sum-query-2d-immutable | N | 52.2% | Medium | 77.9807%; |
9 | 312 | Burst Balloons | /problems/burst-balloons | N | 56.8% | Hard | 99.6357%; |
10 | 322 | Coin Change | /problems/coin-change | N | 41.6% | Medium | 10.2765%; |
11 | 329 | Longest Increasing Path in a Matrix | /problems/longest-increasing-path-in-a-matrix | N | 52.2% | Hard | 42.6934%; |
12 | 407 | Trapping Rain Water II | /problems/trapping-rain-water-ii | N | 47.5% | Hard | 100%; |
13 | 1091 | Shortest Path in Binary Matrix | /problems/shortest-path-in-binary-matrix | N | 44.5% | Medium | 56.3256%; |