LiveRamp Interview Question

Find the count of duplicated elements in an array

Interview Answer

Anonymous

Dec 9, 2018

A robot can got front(G) , left(L) or right(R). Return the an array of "yes","no" for each command if the command makes the robot go with in its radius. Input - GL output - [No,Yes]