[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shorten long boolean IF conditions?
- From: Axel Kittenberger <axkibe@...>
- Date: Fri, 19 Aug 2011 10:01:46 +0200
> An alternative to the solution with tables is a vararg function:
With what benefit? O(n) instead of O(log(n))?