Simran Bhalode
Results
1
issues of
Simran Bhalode
## [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/) **Successfully accepted Runtime : 3ms Time Complexity : O(n^2) Memory : 6.7 MB** In this problem we have to return first n rows of pascal's triangle. In...