Skip to content

Commit 3ce0e4f

Browse files
authored
docs(*): update readme for icon (#8)
* docs(*): update readme for icon * docs(*): update readme for icon
1 parent c882109 commit 3ce0e4f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# gorithm
1+
<!-- <p align="center"><img src="" alt="" height="100px"></p> -->
2+
3+
<div align="center">
4+
<a href="https://codecov.io/gh/algorithm101/gorithm">
5+
<img src="https://codecov.io/gh/algorithm101/gorithm/branch/master/graph/badge.svg" />
6+
</a>
7+
<a href="https://github.com/algorithm101/gorithm/actions">
8+
<img src="https://github.com/algorithm101/gorithm/workflows/Main%20workflow/badge.svg" alt="Actions Status">
9+
</a>
10+
<a href="https://goreportcard.com/report/github.com/algorithm101/gorithm">
11+
<img src="https://goreportcard.com/badge/github.com/algorithm101/gorithm?style=flat-square" alt="Go Report Card">
12+
</a>
13+
<a href="https://github.com/algorithm101/gorithm/releases">
14+
<img src="https://img.shields.io/github/release/algorithm101/gorithm.svg?style=flat-square" alt="GitHub release">
15+
</a>
16+
</div>
17+
18+
# gorithm #
19+
220
Record the notes in the learning process of the algorithm, as well as the problem solving methods such as leetcode and etc, with programming language golang.

0 commit comments

Comments
 (0)