The assessment mainly focused on solving coding problems related to data structures and algorithms. Questions involved trees, arrays, GCD, XOR operations, subsequences, and logical problem-solving under time constraints.
Sigiloso
I approached the problems by first understanding the requirements clearly, identifying the right data structures, and then implementing optimized solutions while handling edge cases. I verified the logic using sample test cases provided.