Software Engineer · Unknown Level · Phone Screen
The coding questions were relatively straightforward. I needed to implement the Node class myself. **My approach:** 1. For the first problem, I used a simple recursive approach to sum the node values. 2. For the second problem, I used a recursive approach to f...