Code Examples
A repository of 155 code examples for BeepBeep
auction.MonotonicBid Class Reference

Checks that all bids in an auction system are monotonic, i.e. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Checks that all bids in an auction system are monotonic, i.e.

each bid for an item is higher than the previous bid.

Author
Sylvain Hallé

Definition at line 46 of file MonotonicBid.java.


The documentation for this class was generated from the following file: