Railsr Interview Question

did a quick coding test based on the given problem - build binary tree.

Interview Answer

Anonymous

Mar 21, 2023

using visual studio did a quick coding - making sure my code is clean - I believe the interviewer is looking how you structure your code - like this one I demonstrate and use a recursive method.