Skip to content

Commit af4a327

Browse files
committed
Fix typo in readme
1 parent 45a442d commit af4a327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€ŽREADME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### My Solutions to Algorithm questions on Leetcode
2-
- [Two Sum](https://leetcode.com/problems/two-sum]) => [two_sum.go](https://github.com/lon-io/leetcode_solutions/blob/master/two_sum.go)
3-
- [Add Two Numbers](https://leetcode.com/problems/add-two-numbers]) => [add_two_numbers.go](https://github.com/lon-io/leetcode_solutions/blob/master/add_two_numbers.go)
4-
- [Longest SubString](https://leetcode.com/problems/longest-substring-without-repeating-characters]) => [longest_substring.go](https://github.com/lon-io/leetcode_solutions/blob/master/longest_substring.go)
2+
- [Two Sum](https://leetcode.com/problems/two-sum) => [two_sum.go](https://github.com/lon-io/leetcode_solutions/blob/master/two_sum.go)
3+
- [Add Two Numbers](https://leetcode.com/problems/add-two-numbers) => [add_two_numbers.go](https://github.com/lon-io/leetcode_solutions/blob/master/add_two_numbers.go)
4+
- [Longest SubString](https://leetcode.com/problems/longest-substring-without-repeating-characters) => [longest_substring.go](https://github.com/lon-io/leetcode_solutions/blob/master/longest_substring.go)

0 commit comments

Comments
 (0)