in reply to Re: Re: Code for elegance, code for clarityin thread Code for elegance, code for clarity
It ("big O" notation) is used to characterize algorithms, and how they perform in time and space. See An informal introduction to O(N) notation.