How to do Tree Searching with Javascript
A common question for job interviews is searching in trees and therefore you should always be prepared to solve this with ease. As always then solving a problem you want to solve it conceptually before writing the actual code. This is done by going through the logical steps needed to get the desired outcome for …