33
Kurush
11 29 56 Leader of the month
6445/ 6695
Kurush Kurushich
Last seen 6 days ago
Member for 11 years, 2 months, 12 days
Difficulty Normal
Best reviews / Newest reviews
First-Bibiche
Your solution is very clear and straightforward. Good job! More
First-brispol19
There is an error in your solution. You can consider the following additional test case: "assert river_crossing(0, 4, 1, 2) == 7, 'many goats'". More
First-colinmcnicholl 1
There is an error in your solution. You can repeat it with "river_crossing(0, 2, 7, 3)". You’ll get a "name 'small' is not defined" error. More
Combinations + priority queue-ogoro 1 1
You produced a very detailed output. Nice job! More
First-AGrinder
I have the same solution. It seems the best for this mission. More
Short one-shm9688
You could improve your solution by reducing it to "return items.count(True) > items.count(False)". More
stevenxu77-stevenxu77
I have the same solution. It seems the best for this mission. More
Using enumerate-erykcoapl
Nice job! My solution is almost the same. I used comparison "i == 0" instead of "not i". More
First-makskson
The "if items else items" part of your code wasn't necessary. More
First-mr-quant
The best possible solution for this task. More
slicing-mnbvc123 1 1
The best possible solution for this task. More
First-mindlesswater
You can improve your solution by using slices two times: "return line[-1:]+line[:-1]". More
Binary Count-inkayat
The best possible solution for this task. More
First-Lemur21
The best possible solution for this task. More
First: convert number to binary and count the 1s-leggewie 1
The best possible solution for this task. More
First-mangeurdecowan 1 1
Your solution is very shrewd and short. Nice job! More
Second-pokosasa
Your solution is very short and clear. Nice job! More
chain from iterable-ogoro 1
I have also used "itertools.chain.from_iterable". Nice job! More
First-johankor
The best possible solution for this task. More
First-johankor
I have the same solution here. Almost all players use this solution but it won’t make it worse. Nice job! More
1
2 3 4 5