Open
Description
Bug Report for https://neetcode.io/problems/binarySearchTree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Language - Java.
In the description: int[] getInorderKeys() will return an array of the keys in the tree in ascending order.
But actually, submission accepts only List<Integer>
, not int[]
.
Metadata
Metadata
Assignees
Labels
No labels