tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
9
Task/Pascals-triangle/K/pascals-triangle.k
Normal file
9
Task/Pascals-triangle/K/pascals-triangle.k
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pascal:{(x-1){+':0,x,0}\1}
|
||||
|
||||
pascal 6
|
||||
(1
|
||||
1 1
|
||||
1 2 1
|
||||
1 3 3 1
|
||||
1 4 6 4 1
|
||||
1 5 10 10 5 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue