✅ Case1 Failed: LeetCode Binary Tree Level Order Traversal
So I am studying some solutions from this puzzle https://leetcode.com/problems/binary-tree-level-order-traversal/solutions/?envType=study-plan&id=level-1&languageTags=csharp
My current code is like this
But I get the following incorrect result (see the attached screenshot)
Could anyone kindly tell me what my code has done wrong?
My current code is like this
But I get the following incorrect result (see the attached screenshot)
Could anyone kindly tell me what my code has done wrong?

LeetCode
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
