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.
Johan is correct. The description and test cases have been fixed to reflect the change
Fixed description and test cases
I can reword the description to match what should be clarified.
Also to clarify, there is no cut. It is assumed that the seller will receive the top two bills in full.
There is a test case for zero bids. One bid can be treated as it's own bid. Therefore, if the one bid is greater than the value, then the auctioneer has made a profit and will return true.
Marking resolved
All bids are considered legitimate regardless of how many people are participating in the auction. A test case has been made if no bids are placed.
The user is not bidding in the auction. All that needs to be determined is whether the auctioneer makes a profit or not. All bids are considered legitimate regardless of who is bidding. That means the same person can bid twice in a row.
Issue resolved
This comment is hidden because it contains spoiler information about the solution
My code breakdown for this Kata in the Replies