We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118ea7e commit 8fb3d00Copy full SHA for 8fb3d00
solutions/README.md
@@ -1,7 +1,7 @@
1
### Solutions for LeetCode algorithm problems, continually updating.
2
3
|ID|Title && solution|Coefficient of difficulty|remarks|
4
-|:---:|:---:|:---:|:---:|
+|:---:|:---|:---:|:---:|
5
|0001|[Two Sum](0001_two_sum/twosum.go)|Easy|*`array;`* *`lookup table`*|
6
|0002|[Add Two Numbers](0002_add_two_numbers/add_two_numbers.go)|Medium|*`linked list`*|
7
|0003|[Longest Substring Without Repeating Characters](0003_longest_substring_without_repeating_characters/longest_substring_without_repeating_characters.go)|Medium|*`sliding window`*|
0 commit comments