Skip to content

Commit 8ce6f76

Browse files
Update README.md
1 parent 32fb904 commit 8ce6f76

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,18 @@ The LeetCode OJ sheets [phase-3-1](https://github.com/cs-MohamedAyman/Problem-So
253253
| | Phase Name | # Problems | Phase Name | # Problems |
254254
|:---:|:------------------:|:-------------:|:-----------------:|:------------:|
255255
| | [phase-3-1](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/leetcode-phase-3-1) | 180 problems | [phase-3-2](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/leetcode-phase-3-2) | 210 problems |
256+
| `1` | Backtracking | `35 problems` | Backtracking | `35 problems` |
257+
| `2` | Breadth First Search I | `25 problems` | Breadth First Search | `20 problems` |
258+
| `3` | Breadth First Search II | `25 problems` | Depth First Search | `20 problems` |
259+
| `4` | Depth First Search I | `35 problems` | Graph I | `30 problems` |
260+
| `5` | Depth First Search II | `35 problems` | Graph II | `30 problems` |
261+
| `6` | Dynamic Programming | `50 problems` | Dynamic Programming | `30 problems` |
256262
| | [phase-3-3](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/leetcode-phase-3-3) | 160 problems | [phase-3-4](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/leetcode-phase-3-4) | 160 problems |
257-
| `1` | Breadth First Search I | `25 problems` | Breadth First Search | `20 problems` |
258-
| `2` | Breadth First Search II | `25 problems` | Depth First Search | `20 problems` |
259-
| `3` | Depth First Search I | `35 problems` | Backtracking I | `35 problems` |
260-
| `4` | Depth First Search II | `35 problems` | Backtracking II | `35 problems` |
261-
| `5` | Dynamic Programming I | `30 problems` | Dynamic Programming I | `30 problems` |
262-
| `6` | Dynamic Programming II | `30 problems` | Dynamic Programming II | `30 problems` |
263-
| `7` | Dynamic Programming III | `30 problems` | Dynamic Programming III | `30 problems` |
263+
| `1` | Union Find & Binary Indexed Tree & Trie | `30 problems` | Segment Tree & Suffix Array & Geometry | `30 problems` |
264+
| `2` | Math I | `30 problems` | Math I | `30 problems` |
265+
| `3` | Math II | `30 problems` | Math II | `30 problems` |
266+
| `4` | String | `50 problems` | String | `50 problems` |
267+
| `5` | Dynamic Programming | `50 problems` | Dynamic Programming | `50 problems` |
264268

265269
<img align="right" width="80" height="80" src="https://github.com/cs-MohamedAyman/Problem-Solving-Training/blob/master/online-judges-logos/hackerearth.jpg">
266270
<br>

0 commit comments

Comments
 (0)