+ 26

[ASSIGNMENT] 🔶👉🔷CHALLENGE ::: TETRAHEDRON [2] 🔺🔡🔺

//link to previous challenge , https://www.sololearn.com/Discuss/1142841/?ref=app 👉👉👉the only difference in this challenge is that , now we have to find no. of paths of n steps possible for reaching from pt. A to pt. B //1 step means 1 jump //give it a try , be simple 👍 //WARNING : forget U know some basic math 😅 . .

16th Mar 2018, 5:29 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
4 Answers
+ 7
Python code to answer Tetrahedron challenge 1 and 2 (settable start and end vertices). It's not a formula, only creating the possible paths and counting them. https://code.sololearn.com/c8J80meIo682/#py Thank you Gaurav for the challenges !
17th Mar 2018, 1:22 AM
Cépagrave
Cépagrave - avatar
+ 6
I think this is still working... https://code.sololearn.com/cuTRzFbe9j0b/?ref=app
17th Mar 2018, 11:34 PM
Tomás Badenes
Tomás Badenes - avatar
+ 5
3 answers included##(2 & 3 are from same derivation) https://code.sololearn.com/c7xslC93CMpu/?ref=app
16th Mar 2018, 7:35 PM
sayan chandra
sayan chandra - avatar
18th Mar 2018, 2:01 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar