Sakshi interview question

Round 1: Technical Interview (Data Structures and Algorithms): Focused on solving problems related to arrays, linked lists, and trees. Example question: "Given a binary tree, return its level order traversal (i.e., nodes' values are traversed level by level)." Implemented BFS for level order traversal and discussed the solution's time and space complexity.