Pascal's Triangle You are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pascal's triangle contains the values of the binomial coefficient. For examp...

read more
CodingNinjas
author
2y
Approach : This was a preety simple question so I was directly asked to code it using any of my preferred IDE.Pascal’s triangle is a triangular array of the binomial coefficients.//Pseudo Codevoid Pas...
see more
CodingNinjas
author
2y
Recursive SolutionThe idea is to use recursion to get the value of the coefficients we will create a helper function CALPASCAL which will take row and entry as its input parameters and we call this fu...
see more
CodingNinjas
author
2y
Using previous rows to make new rowsThe idea is to use the definition of pascal’s triangle that its coefficients and are summation of adjacent elements in preceding rows. so in this way we can store t...
see more
Add answer anonymously...
Capgemini Senior Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2023 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter