Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 123b865

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent 65a7cbe commit 123b865

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
|468|Validate IP Address|20%|:sweat_smile:| |
363363
|472|Concatenated Words|30%|:joy:| |
364364
|473|Matchsticks to Square|35%|:sweat_smile:| |
365-
|474|Ones and Zeroes|38%|:sweat_smile:| |
365+
|474|Ones and Zeroes|39%|:sweat_smile:| |
366366
|475|Heaters|29%|:smile:| |
367367
|476|Number Complement|60%|:smile:| |
368368
|477|Total Hamming Distance|47%|:sweat_smile:| |

helper.v5/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
// 程序辅助设置
99
const (
10-
VERSION = "5.5.5"
10+
VERSION = "5.5.6"
1111

1212
configFile = "leetcode.toml"
1313
leetCodeFile = "leetcode.json"

helper.v5/readme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ func makeREADME(lc *leetcode) {
3737

3838
progressTable := lc.Algorithms.progressTable()
3939

40-
acceptedTable := lc.Problems.available().table()
40+
availableTable := lc.Problems.available().table()
4141

4242
unavailList := lc.Problems.unavailable().list()
4343

4444
tail := read("README_TAIL.md")
4545

46-
content := fmt.Sprintf(template, head, progressTable, acceptedTable, unavailList, tail)
46+
content := fmt.Sprintf(template, head, progressTable, availableTable, unavailList, tail)
4747

4848
// 保存 README.md 文件
4949
err := ioutil.WriteFile(file, []byte(content), 0755)

leetcode.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)