HZFE / algorithms-solving

1 stars 0 forks source link

2022-10-20 #83

Open github-actions[bot] opened 2 years ago

gongpeione commented 1 year ago

119 Pascal's Triangle II

/*
 * @lc app=leetcode id=119 lang=typescript
 *
 * [119] Pascal's Triangle II
 */

// @lc code=start
function getRow(rowIndex: number): number[] {

};
// @lc code=end

Nickname: Geeku From vscode-hzfe-algorithms