Test run and custom run with same input differ
InterviewBit Problems
Kth Row of Pascal's Triangle : Unsolved
umangkaul
2018-08-04 02:43:24 UTC
#1
For A =1 I return ‘1 1’ and it fails on that during a test run. Where as in custom run it passes.