about | help | code help+videos | done | prefs |
Return the number at a specified row and column in Pascal's Triangle. pascalSum(6, 3) → 20 pascalSum(8, 4) → 70 pascalSum(0, 0) → 1 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 300 Post-solution available
Copyright Nick Parlante 2017 - privacy