1 line Python Solution
InterviewBit Problems
Grid Unique Paths : Unsolved
aman.khashbar
2020-09-20 16:33:48 UTC
#1
return math.factorial(A+B-2)//(math.factorial(A-1)*math.factorial(B-1))