Infosys Interview Question

What is your approach towards creating a new algorithm?

Interview Answer

Anonymous

Dec 22, 2016

I break down the problem into smaller units. Select the appropriate data structures and decide the flow of the problem. The last step is to test it and optimise it.