Solutions Outline
© Jarvus Chen / www.jarvus.net
| # | Title | Category | Type | Difficulty and Acceptance | Updated |
|---|---|---|---|---|---|
| 1 | Two Sum | Algorithms | Array | Easy 33.6 | 27.06.2017 |
| 2 | Add Two Numbers | Algorithms | List | Medium 27.48 | 30.06.2017 |
| 3 | Longest Substring Without Repeating Characters | Algorithms | String | Medium 24.19 | 02.07.2017 |
| 5 | Longest Palindromic Substring | Algorithms | String | Medium 25.13 | 02.07.2017 |
| 6 | ZigZag Conversion | Algorithms | String | Medium 26.63 | 02.07.2017 |
| 7 | Reverse Integer | Algorithms | Math | Easy 24.2 | 30.06.2017 |
| 8 | String to Integer (atoi) | Algorithms | String | Medium 13.95 | 08.07.2017 |
| 9 | Palindrome Number | Algorithms | Math | Easy 35.08 | 08.07.2017 |
| 11 | Container With Most Water | Algorithms | Math | Medium 36.4 | 12.07.2017 |
| 12 | Integer to Roman | Algorithms | String | Medium 44.4 | 13.07.2017 |
| 13 | Roman to Integer | Algorithms | String | Easy 45.5 | 24.07.2017 |