Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
as the kata specifically says it accepts only booleans as inputs, then yes thats what they want.
boolToWord("Poppet") returns "Yes" is this what you wanted?
This adds unnecessary complexity. When would this be the preferred way? I'm still learning. So, please take it easy on me.
Better late then never I suppose :) but here are a few hints:
Hint 1: A Consider fast way to find an index in an array
Hint 2: When you find the right index, it's a matter of splicing to get your solution
Hint 3: Remove Tree from your approach and you have the answer to hint #1
This comment is hidden because it contains spoiler information about the solution
Any hints? :D
I implemented a BST and still timesout :(
Having same issue. Please advise.
I'm getting the same error and I'm console logging the input and I'm not getting anything helpful.