Skip to content

Commit 9c61a10

Browse files
Update README.md
1 parent 6e02e5a commit 9c61a10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

level-3/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ The LeetCode OJ sheets [phase-3-1](https://github.com/cs-MohamedAyman/Problem-So
8585

8686
## [`HackerEarth OJ sheets`](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/README.md)
8787

88-
The HackerEarth OJ sheets [phase-3-mathematics](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-mathematics), [phase-3-graph](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-graph), [phase-3-dynamic-programming](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-dynamic-programming), [phase-3-advanced-data-structures](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-advanced-data-structures), Each sheet contains string, graph, greedy, mathematics, number theory, and dynamic programming problems, in addition to advanced data structures. These sheets were ordered based on the problem difficulty and grouped by the problem type, each sheet contains ~200 problems.
88+
The HackerEarth OJ sheets [phase-3-mathematics-strings](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-mathematics-strings), [phase-3-graph](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-graph), [phase-3-dynamic-programming](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-dynamic-programming), [phase-3-advanced-data-structures](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-advanced-data-structures), Each sheet contains string, graph, greedy, mathematics, number theory, and dynamic programming problems, in addition to advanced data structures. These sheets were ordered based on the problem difficulty and grouped by the problem type, each sheet contains ~250 problems.
8989

9090
| | Phase Name | # Problems | Phase Name | # Problems |
9191
|:---:|:------------------------------------:|:-------------:|:----------------------:|:-------------:|
92-
| | [phase-3-mathematics](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-mathematics) | 150 problems | [phase-3-graph](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-graph) | 300 problems |
92+
| | [phase-3-mathematics-strings](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-mathematics-strings) | 230 problems | [phase-3-graph](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-graph) | 300 problems |
9393
| `1` | Basic Number Theory I | `30 problems` | Graph Representation | `35 problems` |
9494
| `2` | Basic Number Theory II | `30 problems` | Breadth First Search | `35 problems` |
9595
| `3` | Primality Tests | `30 problems` | Depth First Search I | `40 problems` |
9696
| `4` | Totient Function | `10 problems` | Depth First Search II | `40 problems` |
9797
| `5` | Basics of Combinatorics | `30 problems` | Depth First Search III | `40 problems` |
9898
| `6` | Inclusione-Exclusion | `20 problems` | Shortest Path | `50 problems` |
99-
| `7` | | | Minimum Spanning Tree & Biconnected Components | `30 problems` |
100-
| `8` | | | Minimum Cost & Maximum Flow & Min-Cut | `30 problems` |
99+
| `7` | Basics of String Manipulation | `40 problems` | Minimum Spanning Tree & Biconnected Components | `30 problems` |
100+
| `8` | String Searching & Z Algorithm | `40 problems` | Minimum Cost & Maximum Flow & Min-Cut | `30 problems` |
101101
| | [phase-3-dynamic-programming](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-dynamic-programming) | 220 problems | [phase-3-advanced-data-structures](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-3/hackerearth-phase-3-advanced-data-structures) | 230 problems |
102102
| `1` | Dynamic Programming I | `50 problems` | Disjoint Sets | `30 problems` |
103103
| `2` | Dynamic Programming II | `50 problems` | Trie | `20 problems` |

0 commit comments

Comments
 (0)