Skip to content

Commit 9378e3d

Browse files
author
Openset
committed
Update: Related Topics
1 parent 019bfab commit 9378e3d

File tree

744 files changed

+1193
-1193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

744 files changed

+1193
-1193
lines changed

internal/leetcode/question_data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (question questionType) getTopicTags() []byte {
107107
if len(tags) > 0 {
108108
buf.WriteString("\n\n### Related Topics\n")
109109
}
110-
format := "[[%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md)]\n"
110+
format := " [[%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md)]\n"
111111
for _, tag := range tags {
112112
buf.WriteString(fmt.Sprintf(format, tag.Name, tag.Slug))
113113
}

problems/01-matrix/README.md

Lines changed: 2 additions & 2 deletions

problems/1-bit-and-2-bit-characters/README.md

Lines changed: 1 addition & 1 deletion

problems/132-pattern/README.md

Lines changed: 1 addition & 1 deletion

problems/2-keys-keyboard/README.md

Lines changed: 1 addition & 1 deletion

problems/24-game/README.md

Lines changed: 1 addition & 1 deletion

problems/3sum-closest/README.md

Lines changed: 2 additions & 2 deletions

problems/3sum-with-multiplicity/README.md

Lines changed: 1 addition & 1 deletion

problems/3sum/README.md

Lines changed: 2 additions & 2 deletions

problems/4sum-ii/README.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)