Arista Networks Interview Question

With the first exercise they asked me to write an algorithm to sort words in an array in some specific order, the second exercise was about recursion, I had to navigate a tree and calculate the sum of numbers.

Interview Answer

Anonymous

Jun 16, 2016

In both cases I wrote some code in C++ (but I think they prefer plain C) and I solved the problems.