Code Vita Questions and Solutions #2
Problem A: Pascal Pyramid
Pascal’s triangle giving binomial coefficients is well known. In this triangle, elements in each row can be obtained by adding two adjacent elements in the previous row. The pyramid of numbers we construct in this…