Skip to content

Commit 9629192

Browse files
authored
Merge pull request #1 from alexprut/algo
Add reference to the Algo library
2 parents e2baca2 + 7144087 commit 9629192

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,24 @@
66
[![Author](https://img.shields.io/badge/author-alexprut-brightgreen.svg?style=flat-square)](https://www.hackerrank.com/alexprut)
77
[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](https://github.com/alexprut/HackerRank/blob/master/LICENSE)
88
</div>
9+
<br>
10+
<br>
11+
12+
### Disclaimer
13+
14+
<table>
15+
<tr>
16+
<td>
17+
<a href="https://github.com/alexprut/Algo">
18+
<img src="https://github.com/alexprut/Algo/raw/master/src/main/resources/logo.png" width="80" height="auto"/>
19+
</a>
20+
</td>
21+
<td>
22+
Most of the problems are solved by using the <a href="https://github.com/alexprut/Algo">Algo</a> library.
23+
</td>
24+
</tr>
25+
</table>
926

10-
#### Disclaimer
1127
The problem solutions and implementations are entirely provided by [Alex Prut](https://www.hackerrank.com/alexprut).
1228
The code is not refactored, no coding style is followed, the only purpose of the written code is to pass all the
1329
platform tests of a given problem.

0 commit comments

Comments
 (0)