Sha256: 24e5597d588d30c57c663d8476c775481b2d0b4b884f3aca07c4725b5a6b756b
Contents?: true
Size: 198 Bytes
Versions: 174
Compression:
Stored size: 198 Bytes
Contents
In Pascal's Triangle each number is computed by adding the numbers to the right and left of the current position in the previous row. ```plain 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 # ... etc ```
Version data entries
174 entries across 174 versions & 1 rubygems