Skip to content

Commit 8290bf1

Browse files
committed
Pretty README.md
1 parent 0030c34 commit 8290bf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algorithms/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Algorithms
22

3-
| No. | Title | Go | Difficulty |
3+
| No. | Title | Go | <span id="Top">Difficulty</span> |
44
|-----| ----- | -- | ---------- |
55
|0001|[两数之和](https://leetcode-cn.com/problems/two-sum/)|[go](./myarray/1.twoSum.go)|<font color="#009975">S</font>|
66
|0002|[两数相加](https://leetcode-cn.com/problems/add-two-numbers/)|[go](./linkedList/2.addTwoNumbers.go)|<font color="#ed7336">M</font>|
@@ -60,3 +60,4 @@
6060
|1021|[删除最外层的括号](https://leetcode-cn.com/problems/remove-outermost-parentheses/)|[go](./mystack/1021.removeOuterParentheses.go)|S|
6161
|1108|[地址无效化](https://leetcode-cn.com/problems/defanging-an-ip-address/)|[go](./mystring/1108.defangIPaddr.go)|S|
6262
|1213|[三个有序数组的交集](https://leetcode-cn.com/problems/intersection-of-three-sorted-arrays/)|[go](./myarray/1213.arraysIntersection.go)|S|
63+
||||[:top:](#Top)|

0 commit comments

Comments
 (0)