Infosys interview question

What is your approach towards creating a new algorithm?

Interview Answer

Anonymous

22 Dec 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.