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'm interested in this O(f()^2 * logf()) approach that you mentioned. I'd like to learn this optimization. Could you point me to any online reference?
EDIT: I found your submission. Is this a popular approach? I can't find similar applications online. Would appreciate some references.
I just can't figure out where I'm making a rounding error with test4. At my wit's end here, would appreciate some direction.
This comment is hidden because it contains spoiler information about the solution
Slower, but more concise solution compared to first. Leverages Java 8 streams and Functional Interfaces.
Ah! What a careless oversight. Granted, I am not familiar with zipcodes. Thanks for pointing that out.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I see, sorry about that. I'm new around here. Is there a rules/etiquette page you could forward me to? It doesn't seem like I can edit it either.
This comment is hidden because it contains spoiler information about the solution
Noticed that line [if(a == b) return a] is redundant.