[Solved] Why I am getting Time Limit Exceeded? [closed]
Why I am getting Time Limit Exceeded? Consider this triangle (ignore the numbers): 1 2 3 There are 2 possible paths to take here. Let’s add a row: 1 2 3 4 5 6 The 4 can only be reached via a path that ends directly above, the 5 has two paths which can reach … Read more