-
Notifications
You must be signed in to change notification settings - Fork 179
Files
/
Copy pathcisco.csv
26 lines (26 loc) · 2.32 KB
/
cisco.csv
1 | ID | Title | URL | Is Premium | Acceptance % | Difficulty | Frequency % |
---|---|---|---|---|---|---|---|
2 | 1 | Two Sum | /problems/two-sum | N | 49.1% | Easy | 0.357262%; |
3 | 2 | Add Two Numbers | /problems/add-two-numbers | N | 39.8% | Medium | 1.21855%; |
4 | 3 | Longest Substring Without Repeating Characters | /problems/longest-substring-without-repeating-characters | N | 33.8% | Medium | 0.38564%; |
5 | 5 | Longest Palindromic Substring | /problems/longest-palindromic-substring | N | 32.4% | Medium | 10.4119%; |
6 | 15 | 3Sum | /problems/3sum | N | 32.3% | Medium | 0.606616%; |
7 | 20 | Valid Parentheses | /problems/valid-parentheses | N | 40.6% | Easy | 0.423351%; |
8 | 38 | Count and Say | /problems/count-and-say | N | 51.3% | Medium | 4.77487%; |
9 | 48 | Rotate Image | /problems/rotate-image | N | 70.1% | Medium | 44.6234%; |
10 | 53 | Maximum Subarray | /problems/maximum-subarray | N | 50.1% | Medium | 11.5474%; |
11 | 54 | Spiral Matrix | /problems/spiral-matrix | N | 43.8% | Medium | 3.64278%; |
12 | 56 | Merge Intervals | /problems/merge-intervals | N | 46.0% | Medium | 1.23016%; |
13 | 79 | Word Search | /problems/word-search | N | 39.8% | Medium | 28.4576%; |
14 | 84 | Largest Rectangle in Histogram | /problems/largest-rectangle-in-histogram | N | 42.2% | Hard | 3.31371%; |
15 | 91 | Decode Ways | /problems/decode-ways | N | 32.3% | Medium | 35.2047%; |
16 | 121 | Best Time to Buy and Sell Stock | /problems/best-time-to-buy-and-sell-stock | N | 54.4% | Easy | 2.85452%; |
17 | 141 | Linked List Cycle | /problems/linked-list-cycle | N | 46.9% | Easy | 0.902704%; |
18 | 198 | House Robber | /problems/house-robber | N | 48.8% | Medium | 40.5848%; |
19 | 212 | Word Search II | /problems/word-search-ii | N | 36.9% | Hard | 74.6617%; |
20 | 312 | Burst Balloons | /problems/burst-balloons | N | 56.8% | Hard | 49.1013%; |
21 | 412 | Fizz Buzz | /problems/fizz-buzz | N | 68.9% | Easy | 1.35256%; |
22 | 468 | Validate IP Address | /problems/validate-ip-address | N | 26.5% | Medium | 100%; |
23 | 691 | Stickers to Spell Word | /problems/stickers-to-spell-word | N | 46.3% | Hard | 45.3365%; |
24 | 809 | Expressive Words | /problems/expressive-words | N | 46.3% | Medium | 49.3234%; |
25 | 1209 | Remove All Adjacent Duplicates in String II | /problems/remove-all-adjacent-duplicates-in-string-ii | N | 56.0% | Medium | 7.2979%; |
26 | 2016 | Maximum Difference Between Increasing Elements | /problems/maximum-difference-between-increasing-elements | N | 53.5% | Easy | 48.5406%; |