This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a n | |
ab no | |
aba non | |
abb noo | |
abba noon | |
abib novo | |
abjurer nowhere | |
abl noy | |
abn noa | |
abo nob |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Pascal's triangle rows | |
* Animation by JuanMa Cuevas. | |
* | |
* Each frame represents a row | |
* in Pascal's triangle. | |
* Each column is a number in binary | |
* where ones are ON and zeroes are OFF | |
* see animation here https://commons.wikimedia.org/wiki/File:Pascal%27s_Triangle_animated_binary_rows.gif | |
*/ |