Wrong test input in problem 501. Find Mode in Binary Search Tree

It says I failed at this test case:

[1,null,0,0,1,1,0]

But I don't think this is a BST input.

Can you please help to check this?

Comments (0)