creates a two dimensional array holding a pascal triangle of the desired height :param num: int the height of the triangle :return: List[List[int]] a matrix of the pascal triangle
(self, num)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected