Skip to content

Commit 8049732

Browse files
Update README.md
1 parent 891b07b commit 8049732

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,27 @@ The HackerEarth OJ sheets [phase-1-1](https://github.com/cs-MohamedAyman/Problem
117117

118118
The HackerRank OJ sheets [phase-1-cpp](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-cpp) This sheet focus on c/c++ basic problems, It's divided into 8 classes of problems (Introduction - Conditionals and Loops - Arrays and Strings - Functions - Standard Template Libraries - Structs and Enums - Classes and Inheritance - Misc). It was ordered based on the problem difficulty and grouped by the problem type. Finally, this sheet contains ~70 problems. [phase-1-python](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-python) This sheet focus on python basic problems, It's divided into 6 classes of problems (Introduction - Basic Data Types - Collections - Functions - Standard Libraries - Classes). It was ordered based on the problem difficulty and grouped by the problem type. Finally, this sheet contains ~100 problems.
119119

120-
| | Phase Name | # Problems | Phase Name | # Problems |
121-
|:---:|:------------------:|:-------------:|:-----------------:|:------------:|
122-
| | [phase-1-cpp](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-cpp) | 60 problems | [phase-1-python](https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-python) | 100 problems |
123-
| `1` | Introduction | `15 problems` | Introduction | `5 problems` |
124-
| `2` | Conditionals and Loops | `5 problems` | Basic Data Types | `20 problems` |
125-
| `3` | Arrays and Strings | `10 problems` | Collections | `30 problems` |
126-
| `4` | Functions | `5 problems` | Functions | `10 problems` |
127-
| `5` | Standard Template Libraries | `5 problems` | Standard Libraries | `25 problems` |
128-
| `6` | Structs and Enums | `5 problems` | Classes | `10 problems` |
129-
| `7` | Classes and Inheritance | `15 problems` | | |
120+
<table>
121+
<thead>
122+
<tr>
123+
<td align=center width="700px" colspan="2"><a href="https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-cpp">phase-1-cpp</a></td>
124+
<td align=center width="700px" colspan="2"><a href="https://github.com/cs-MohamedAyman/Problem-Solving-Training/tree/master/level-1/hackerrank-phase-1-python">phase-1-python</a></td>
125+
</tr>
126+
<tr>
127+
<th align=center width="700px" colspan="2">60 problems</th>
128+
<th align=center width="700px" colspan="2">100 problems</th>
129+
</tr>
130+
</thead>
131+
<tbody>
132+
<tr><td>Introduction</td><td>15 problems</td><td>Introduction</td><td>5 problems</td>
133+
<tr><td>Conditionals and Loops</td><td>5 problems</td><td>Basic Data Types</td><td>20 problems</td>
134+
<tr><td>Arrays and Strings</td><td>10 problems</td><td>Collections</td><td>30 problems</td>
135+
<tr><td>Functions</td><td>5 problems</td><td>Functions</td><td>10 problems</td>
136+
<tr><td>Standard Template Libraries</td><td>5 problems</td><td>Standard Libraries</td><td>25 problems</td>
137+
<tr><td>Structs and Enums</td><td>5 problems</td><td>Classes</td><td>10 problems</td>
138+
<tr><td>Classes and Inheritance</td><td>15 problems</td><td></td><td></td>
139+
</tbody>
140+
</table>
130141

131142
## `Notes`
132143

0 commit comments

Comments
 (0)