![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Checks that all bids in an auction system are monotonic, i.e. More...
Static Public Member Functions | |
static void | main (String[] args) |
Checks that all bids in an auction system are monotonic, i.e.
each bid for an item is higher than the previous bid.
Definition at line 46 of file MonotonicBid.java.