Published onMay 29, 2022[LeetCode 341] Flatten Nested List IteratorRecursionYou are given a nested list of integers `nestedList`.
Published onMarch 6, 2022[LeetCode 118] Pascals TriangleRecursionGiven an integer `numRows`, return the first numRows of **Pascal's triangle**.