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 still think this is worded confusingly, since there are statements which, when taken alone, are not correct.
"Please note that everyone has at least one sentence and only one people is Mr.Wrong "
I think this statement is misleading for a few reasons:
This is a 2 Kyu, so I guess it can be hard. However, i think the difficulty comes from non-elegant components of the description. I am not sure how you would fix this. Either the explanation needs a big overhaul, or you should remove test cases that conflict with the description.
Thanks. That IS a big misunderstanding on my part - this really changes up my logic.
Upon review - I do not see the phrase "someone is ALWAYS lying" in the description. I think this should be added. "There is always at least 1 liar - in thhe case of MULTIPLE liars or if it is inconclusive, return None."
Neat problem! I think the description is really key here.
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 failed a test requiring no "PARTITION" clauses because I has a commented-out line with "PARTITION" in it. Maybe the tests should ignore commented-out lines? I realize that it might be bad form to leave tons of comments, so I don't feel too strongly about this.
Thanks. I was unfamiliar with it.
Is this slower than a join? The "WITH" clause is OK, but why not do a join? Seems like you are filtering down from a much larger data set.
This comment is hidden because it contains spoiler information about the solution
remember, you are creating a view, not just a select statement. That helped me along on this.
This comment is hidden because it contains spoiler information about the solution