clojure-hackos.triangle-arithmétique
Solution to the Pascal’s Triangle challenge. See: https://www.hackerrank.com/challenges/pascals-triangle/problem
walk
(walk n)
Walks up to n
rows of Pascal’s Triangle and returns them as a formatted string.
Solution to the Pascal’s Triangle challenge. See: https://www.hackerrank.com/challenges/pascals-triangle/problem
(walk n)
Walks up to n
rows of Pascal’s Triangle and returns them as a formatted string.