|
2 | 2 |
|
3 | 3 | [](https://gitter.im/FreeTymeKiyan/LeetCode-Sol-Res?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4 | 4 |
|
5 |
| -This repository contains my solutions and resources on [LeetCode Online Judge](https://oj.leetcode.com) algorithm problems. Most of the solutions are derived from my own implementation, the problem discussion section and [ninechapter.com](http://www.ninechapter.com). |
| 5 | +This repository contains Java solutions and resources for [LeetCode Online Judge](https://oj.leetcode.com) algorithm problems. |
6 | 6 |
|
7 |
| -All solutions are carefully cleaned and optimized, thus more readable and understandable! |
8 |
| - |
9 |
| -Some resources related to LeetCode are in "Resources". More resources will be added. |
10 |
| - |
11 |
| -Some other problems that worth taking a look are put in "Other" for reference. |
| 7 | +Most of the solutions are derived from my own implementation, the problem discussion section and [ninechapter.com](http://www.ninechapter.com), which are cleaned and optimized carefully, thus more readable and understandable! |
| 8 | + |
| 9 | +An excel table for quick review before interview is also provided in resources directory. |
12 | 10 |
|
13 | 11 | ## Features
|
14 | 12 |
|
15 | 13 | ### Understandable Solutions
|
16 | 14 |
|
17 | 15 | * Level Categorization: Easy, Middle and Hard.
|
18 |
| -* Problem Description and Tags at the top for all Problems. |
19 |
| -* Solution Explanation Provided. |
20 |
| -* In-line Comment for key Points. |
| 16 | +* Problem Description and Tags on Top. |
| 17 | +* Clear Solution Explanation. |
| 18 | +* In-line Comment for Key Points. |
21 | 19 | * Different Solutions for Comparison.
|
22 | 20 |
|
23 | 21 | ### Solutions Table for Quick Review
|
24 | 22 |
|
25 |
| -A table for all solutions, providing name, level, idea, code and frequency for each problem. Important and hard problems have bold title and key points are marked red. Great for reference and review purpose! |
| 23 | +A table for all problems. Great for reference and review purpose! |
| 24 | + |
| 25 | +This table has 5 sheets: |
| 26 | + |
| 27 | +1. LeetCode Summary(1 ~ 154) |
| 28 | +2. New Free Problems(155 ~ Latest) |
| 29 | +3. New Problems in Book(156 ~ 159, 161, 163, 167, 170, 186) |
| 30 | +4. Tips |
| 31 | +5. Other Classic Problems |
26 | 32 |
|
27 |
| -* Frequency: derived from online resources and my own interview experience. |
| 33 | +Each problem row has name, level, idea, code and frequency analysis. |
| 34 | + |
| 35 | +* Frequency: derived from online resources and interview experience. |
28 | 36 | * Idea: the description of the general idea of the solution.
|
29 | 37 | * Code: key steps in implementation.
|
30 | 38 | * Tips: summary of tricks and tips appeared in solutions.
|
31 | 39 | * New Problems: put into a single page because frequency is unknown.
|
32 | 40 |
|
| 41 | +Important and hard problems have **bold title** and key points are **marked red**. |
| 42 | + |
| 43 | +### Other Problems |
| 44 | + |
| 45 | +LeetCode problems are not always enough. Some other popular or classic algorithm problems that worth taking a look are put in "Other" directory for your reference. |
| 46 | + |
33 | 47 | ## Resources
|
34 | 48 |
|
35 | 49 | Current resources are as followed:
|
|
0 commit comments