Skip to content

Commit 55ebcee

Browse files
authored
updated readme
1 parent 2f56169 commit 55ebcee

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

readme.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
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+
118
<hr>
12-
<b>Hackerrank Python Domain</b>
9+
10+
### Hackerrank Python Domain
1311

1412
![alt Hackerrank Python Domain](https://raw.githubusercontent.com/arsho/Hackerrank_Python_Domain_Solutions/master/Hackerrank_Python_Domain.png)
1513

16-
<hr>
17-
<b>Solutions listed in Hackerrank_Python_Domain_Solutions</b>
14+
### Solutions listed in Hackerrank_Python_Domain_Solutions
1815

1916

2017
- Introduction
@@ -151,22 +148,23 @@ My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes
151148
<hr>
152149

153150

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+
162157
<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+
164161

165162
[![https://youtu.be/G3hq5upfPEI](http://img.youtube.com/vi/G3hq5upfPEI/0.jpg)](https://youtu.be/G3hq5upfPEI)
166163

167-
</a></b>
168-
<h3>Enjoy!</h3>
164+
### Contributors
165+
166+
[![https://github.com/arsho/Hackerrank_Python_Domain_Solutions/graphs/contributors](https://contrib.rocks/image?repo=arsho/Hackerrank_Python_Domain_Solutions)](https://github.com/arsho/Hackerrank_Python_Domain_Solutions/graphs/contributors)
169167

170-
## Contact
168+
### Contact
171169

172170
If you want to contact me you can reach me at [arshovon.com](https://arshovon.com/).

0 commit comments

Comments
 (0)