From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,baaf5f793d03d420 X-Google-Attributes: gid109fba,public X-Google-Thread: fc89c,97188312486d4578 X-Google-Attributes: gidfc89c,public X-Google-Thread: 1014db,6154de2e240de72a X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,97188312486d4578 X-Google-Attributes: gid103376,public From: Joe Keane Subject: Re: Teaching sorts [was Re: What's the best language to start with?] Date: 1996/08/24 Message-ID: <4vn155$jln@shellx.best.com>#1/1 X-Deja-AN: 176207571 sender: jgk@best.com references: <01bb8f1b$ce59c820$32ee6fce@timhome2> <01bb8f81$ecbec8e0$2bac399d@v-cnadc1> <4vfk6b$i6h@krusty.irvine.com> <4vg7m8$7u5@goanna.cs.rmit.edu.au> <4vi565$bhp@druid.borland.com> summary: Use it right. organization: none keywords: define newsgroups: comp.lang.c,comp.lang.c++,comp.unix.programmer,comp.lang.ada Date: 1996-08-24T00:00:00+00:00 List-Id: At the risk of repeating what others have said well, the O() notation has been around for a long time and it has a consistent, agreed-on definition. It sets an asymptotic upper bound and that is all. There's also Theta() notation, which is what's needed in many cases. Both are useful and it makes no sense to argue which one is better. It's true that some people say O() when they mean Theta(), but that's just wrong usage, simple as that. Why don't they use the right term, except that they don't know it or they're just generally sloppy. -- Joe Keane, amateur mathematician