Skip to content

Commit 8fb3d00

Browse files
authored
Rstyle (#91)
* refactor * change table style
1 parent 118ea7e commit 8fb3d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Solutions for LeetCode algorithm problems, continually updating.
22

33
|ID|Title && solution|Coefficient of difficulty|remarks|
4-
|:---:|:---:|:---:|:---:|
4+
|:---:|:---|:---:|:---:|
55
|0001|[Two Sum](0001_two_sum/twosum.go)|Easy|*`array;`* *`lookup table`*|
66
|0002|[Add Two Numbers](0002_add_two_numbers/add_two_numbers.go)|Medium|*`linked list`*|
77
|0003|[Longest Substring Without Repeating Characters](0003_longest_substring_without_repeating_characters/longest_substring_without_repeating_characters.go)|Medium|*`sliding window`*|

0 commit comments

Comments
 (0)