|
4 | 4 |
|
5 | 5 | ## TOC
|
6 | 6 |
|
| 7 | +### LeetCode |
| 8 | + |
7 | 9 | * [Find In A Mountain Array](posts/find-in-a-mountain-array.md)
|
8 | 10 | * [Perfect Rectangle](posts/perfect-rectangle.md)
|
9 |
| -* [132pattern.md](posts/132pattern.md) |
10 |
| -* [cache.md](posts/cache.md) |
| 11 | +* [132 Pattern](posts/132pattern.md) |
11 | 12 | * [coin-change.md](posts/coin-change.md)
|
12 | 13 | * [combination-sum.md](posts/combination-sum.md)
|
13 | 14 | * [concatenated-words.md](posts/concatenated-words.md)
|
14 | 15 | * [concatenating-subarrays.md](posts/concatenating-subarrays.md)
|
15 | 16 | * [container-with-most-water.md](posts/container-with-most-water.md)
|
16 |
| -* [database-partitioning.md](posts/database-partitioning.md) |
17 | 17 | * [domino-and-tromino-tiling.md](posts/domino-and-tromino-tiling.md)
|
18 | 18 | * [find-median-from-data-stream.md](posts/find-median-from-data-stream.md)
|
19 |
| -* [forum-on-leadership.md](posts/forum-on-leadership.md) |
20 |
| -* [how-does-https-work.md](posts/how-does-https-work.md) |
21 |
| -* [how-i-got-a-job-at-amazon.md](posts/how-i-got-a-job-at-amazon.md) |
22 | 19 | * [html-entity-parser.md](posts/html-entity-parser.md)
|
23 | 20 | * [jump-game-vi.md](posts/jump-game-vi.md)
|
24 | 21 | * [letter-tile-possibilities.md](posts/letter-tile-possibilities.md)
|
25 | 22 | * [linked-list-cycle.md](posts/linked-list-cycle.md)
|
26 |
| -* [load-balancers.md](posts/load-balancers.md) |
27 | 23 | * [longest-inc-path-in-a-matrix.md](posts/longest-inc-path-in-a-matrix.md)
|
28 | 24 | * [maximum-profit-in-job-scheduling.md](posts/maximum-profit-in-job-scheduling.md)
|
29 | 25 | * [minimum-number-of-removals-to-make-mountain-array.md](posts/minimum-number-of-removals-to-make-mountain-array.md)
|
|
33 | 29 | * [number-of-islands.md](posts/number-of-islands.md)
|
34 | 30 | * [ones-and-zeroes.md](posts/ones-and-zeroes.md)
|
35 | 31 | * [peak-index-in-a-mountain-array.md](posts/peak-index-in-a-mountain-array.md)
|
36 |
| -* [rate-limiter.md](posts/rate-limiter.md) |
37 | 32 | * [rotting-oranges.md](posts/rotting-oranges.md)
|
38 | 33 | * [search-suggestions-system.md](posts/search-suggestions-system.md)
|
39 | 34 | * [serialize-and-deserialize-binary-tree.md](posts/serialize-and-deserialize-binary-tree.md)
|
40 | 35 | * [sliding-window-maximum.md](posts/sliding-window-maximum.md)
|
41 | 36 | * [stone-game.md](posts/stone-game.md)
|
42 | 37 | * [unique-paths.md](posts/unique-paths.md)
|
43 | 38 | * [validate-binary-search-tree.md](posts/validate-binary-search-tree.md)
|
44 |
| -* [what-is-system-design.md](posts/what-is-system-design.md) |
45 | 39 | * [word-ladder.md](posts/word-ladder.md)
|
46 | 40 | * [word-search.md](posts/word-search.md)
|
| 41 | + |
| 42 | +### System Design |
| 43 | + |
| 44 | +* [what-is-system-design.md](posts/what-is-system-design.md) |
| 45 | +* [cache.md](posts/cache.md) |
| 46 | +* [load-balancers.md](posts/load-balancers.md) |
| 47 | +* [database-partitioning.md](posts/database-partitioning.md) |
| 48 | +* [how-does-https-work.md](posts/how-does-https-work.md) |
| 49 | +* [rate-limiter.md](posts/rate-limiter.md) |
| 50 | + |
| 51 | +### Blog (archive) |
| 52 | + |
| 53 | +* [how-i-got-a-job-at-amazon.md](posts/how-i-got-a-job-at-amazon.md) |
| 54 | +* [forum-on-leadership.md](posts/forum-on-leadership.md) |
0 commit comments