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.
I did something kinda similar to this using slice. This is pretty cool
why is that O(n^2)?
Just when I think I did something something smart..
I have used same solution.
ChristmasTreeBuilder🎄
O(n^2) time complexity, not good.
Thank you everyone in the comments for explaining how this solution works!
This is so awesome
This comment is hidden because it contains spoiler information about the solution
that's smart that you did it without a single loop .. it took me 3 nested loops to do that..lol
niiice!
This code does not work if var arr = [10, 12, 8, 9, 7, 6, 4, 10, 12]; Here when frequency of two elements is same then you need to check for the bigger one.
Clever!
a nice way to add parentheses
it looks beautiful
Loading more items...