+ 5
Challenge=>> "SHORTEST CODE for pascal triangle in any programming language. Go on." Solve it if u can..
pascal triangle is : 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 and so on....
7 Réponses
+ 17
+ 6
+ 2
Python is too slow but yeah, will do
+ 2
not the shortest one plus I had not done it yet, so https://code.sololearn.com/W4V9VOBxXGOi/?ref=app
looks as pyramid of Giza 😀
0