Skip to content

Commit 3d8c02b

Browse files
committed
algorithm<recursion>: add sumN
1 parent 1909b04 commit 3d8c02b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/algorithm/recursion/sumN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515

1616
## 实现
1717

18-
[递归详细实现及测试用例](./sumN.js#L10)
19-
[位运算详细实现及测试用例](./sumN.js#L31)
18+
- [递归详细实现](./sumN.js#L10)
19+
- [位运算详细实现](./sumN.js#L31)
20+
- [测试用例](../../../test/recursion.spec.js)
2021

2122
## 总结
2223

0 commit comments

Comments
 (0)