|
1 |
| -<p> |
2 |
| -My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes may give a head start if you are stuck somewhere! |
3 |
| -</p> |
4 |
| -<p> |
5 |
| - If you have better code (I like readable code rather than short liner), send pull request. |
6 |
| - </p> |
7 |
| - <p> |
8 |
| - Challenges can be found here <a href="https://www.hackerrank.com/domains/python">https://www.hackerrank.com/domains/python</a> |
9 |
| -</p> |
10 |
| -<p>Bonus: I have created Hackerrank_Solution_Blank_File_Creator.py to generate the blank file of each challenges. Have a look in <b>HackerrankUtility</b> folder.</p> |
| 1 | +## Hackerrank Python Domain Solutions |
| 2 | + |
| 3 | +- Solutions of **Hackerrank Python Domain** challenges. The codes may give a head start if you are stuck somewhere! |
| 4 | +- If you have better code (I like readable code rather than short liner), send pull request. |
| 5 | +- Challenges can be found in [https://www.hackerrank.com/domains/python](https://www.hackerrank.com/domains/python). |
| 6 | +- Bonus: I have created [Hackerrank_Solution_Blank_File_Creator.py](HackerrankUtility/Hackerrank_Solution_Blank_File_Creator.py) to generate the blank file for each challenges. Have a look in [HackerrankUtility](HackerrankUtility) folder. |
| 7 | + |
11 | 8 | <hr>
|
12 |
| -<b>Hackerrank Python Domain</b> |
| 9 | + |
| 10 | +### Hackerrank Python Domain |
13 | 11 |
|
14 | 12 | 
|
15 | 13 |
|
16 |
| -<hr> |
17 |
| -<b>Solutions listed in Hackerrank_Python_Domain_Solutions</b> |
| 14 | +### Solutions listed in Hackerrank_Python_Domain_Solutions |
18 | 15 |
|
19 | 16 |
|
20 | 17 | - Introduction
|
@@ -151,22 +148,23 @@ My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes
|
151 | 148 | <hr>
|
152 | 149 |
|
153 | 150 |
|
154 |
| -<h3> |
155 |
| -<a id="how-to-use" class="anchor" href="#how-to-use" aria-hidden="true"><span class="octicon octicon-link"></span></a>How to use HackerrankUtility: |
156 |
| -</h3> |
157 |
| -<ol> |
158 |
| -<li>Open <b>Hackerrank_Solution_Blank_File_Creator.py</b> and edit the author name.</li> |
159 |
| -<li>Save and run the file.</li> |
160 |
| -<li>Blank file to create your solution for each challenge will be created in relevent subdomain.</li> |
161 |
| -</ol> |
| 151 | +### How to use HackerrankUtility |
| 152 | + |
| 153 | +- Open [Hackerrank_Solution_Blank_File_Creator.py](HackerrankUtility/Hackerrank_Solution_Blank_File_Creator.py) and edit the author name. |
| 154 | +- Save and run the file. |
| 155 | +- Blank file to create your solution for each challenge will be created in relevent subdomain. |
| 156 | + |
162 | 157 | <hr>
|
163 |
| -<b>Watch demonstration process in <a href="https://youtu.be/G3hq5upfPEI">Youtube link here (Hackerrank Solution Blank File Creator DEMO) |
| 158 | + |
| 159 | +- Watch demonstration process in [Youtube video: Hackerrank Solution Blank File Creator DEMO](https://youtu.be/G3hq5upfPEI) |
| 160 | + |
164 | 161 |
|
165 | 162 | [](https://youtu.be/G3hq5upfPEI)
|
166 | 163 |
|
167 |
| -</a></b> |
168 |
| -<h3>Enjoy!</h3> |
| 164 | +### Contributors |
| 165 | + |
| 166 | +[](https://github.com/arsho/Hackerrank_Python_Domain_Solutions/graphs/contributors) |
169 | 167 |
|
170 |
| -## Contact |
| 168 | +### Contact |
171 | 169 |
|
172 | 170 | If you want to contact me you can reach me at [arshovon.com](https://arshovon.com/).
|
0 commit comments