We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d9be3 commit 867b52aCopy full SHA for 867b52a
docs/challenges/medium/Flatten.md
@@ -38,7 +38,7 @@ type Flatten<T> =
38
39
这里可以注意下 `[...Flatten<F>, ...Flatten<R>]`,因为既需要递归第一个元素,也需要递归剩余元素,还是有一定的圈圈绕。
40
41
-同时可以留意下最后的 空元组,不理解的可以查看 [实现 Pop](./Pop.md) 中提到的边界条件。
+同时可以留意下最后的 空元组。
42
43
## 💡 知识点
44
0 commit comments