Skip to content

Commit cb0110b

Browse files
committed
feat(233): ✨数位 DP 解决 233
1 parent 10b23d6 commit cb0110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic-programming/233/solution1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* 233. 数字 1 的个数
55
*
6-
* Hard
6+
* Hard
77
*/
88
const countDigitOne = n => {
99
if (n <= 0) {

0 commit comments

Comments
 (0)