Game of Path
CodeChefOpen on judge ↗
Given a N x N Grid find out the number of path that can be taken to reach the bottom-right corner from the upper-left corner. Seems easy, a combinatorics one huh! So lets make a twist here, from any point we can move only in the right direction or bottom. e.g :- for 2x2 grid there are 6 path Input Input description. - each program will have 10 test cases i.e. fixed number of test cases - So
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start