6 ms·
May be this was Google's algorithm during the auction: while(bid < lobbying_cost) { bid = getMathematicalConstant(current_bid); }
by awaz 15y ago
May be this was Google's algorithm during the auction:
while(bid < lobbying_cost)
{
bid = getMathematicalConstant(current_bid);
}
- div 15y agoI've thought the same thing, except lobbying_cost = legal_cost edit: Although your algorithm is preferable !