Time ago, I was introduced to solve Pascal’s triangle. For reference, see following link on Wikipedia. Technically is an interesting exercise for programmers, where functions and recursion comes into rescue. Here is an image that helps better understand the Pascal’s triangle and how it’s created. My algorithm is posted on this gist. You can see […]