Minimum Time Traversal

Hi,

Can anyone provide hints to solve this question?
Hackerblocks link: https://hack.codingblocks.com/contests/c/204/870
How can we select which combination of pipelines to use?

Thanks

Use recursion as the constraints is very small . Try out all possibilities at every recursive call

1 Like