Planisware interview question

Explain how to reverse an array using a programming language of your choice or sudo code.

Interview Answer

Anonymous

17 Feb 2015

I wrote the code on a white board, using a combination of java and sudo code. It's a simple problem so I made sure to mention explicitly why I used the method I chose (e.g. best run time) and made sure to incorporate checks for correct parameters.