Skip to content

Commit d7e0c79

Browse files
committed
Updated read me
1 parent f981443 commit d7e0c79

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,48 @@
22

33
[![Join the chat at https://gitter.im/FreeTymeKiyan/LeetCode-Sol-Res](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FreeTymeKiyan/LeetCode-Sol-Res?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

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.
66

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.
1210

1311
## Features
1412

1513
### Understandable Solutions
1614

1715
* 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.
2119
* Different Solutions for Comparison.
2220

2321
### Solutions Table for Quick Review
2422

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
2632

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.
2836
* Idea: the description of the general idea of the solution.
2937
* Code: key steps in implementation.
3038
* Tips: summary of tricks and tips appeared in solutions.
3139
* New Problems: put into a single page because frequency is unknown.
3240

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+
3347
## Resources
3448

3549
Current resources are as followed:

0 commit comments

Comments
 (0)