Gameskraft Interview | Fresher | Software Engineer | Round 1
Summary
I had my first round interview for a software engineer role at Gameskraft, where I was asked two coding problems: one on binary trees to add an 'adj_right' attribute and another on finding the optimal...
Interview Experience
This is first round of gameskraft for software engineer role. **Question 1**: Given a binary tree root. We want to add an attribute of *adj_right* to all the nodes in the binary tree. I came up with a solution using level order traversal but there is an optimal approach. I was able to come up with...


