Is this your company?
Given Ruby code, convert it into Java or any language that you are comfortable with. Ruby code was traversing an array of numbers and removing duplicate elements.
Anonymous
Java: Create a set and loop through the array, adding them to the set. Then convert the set back into an array.
Check out your Company Bowl for anonymous work chats.