- Notifications
You must be signed in to change notification settings - Fork2.4k
Open
Description
Bug Report forhttps://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 onlyList<Integer>
, notint[]
.
Metadata
Metadata
Assignees
Labels
No labels