top | item 32281383

(no title)

dktalks | 3 years ago

This blog steals content from other sites, original is at https://hackernoon.com/timsort-the-fastest-sorting-algorithm....

Unfortunately I cannot downvote.

Please don't link plagiarized content. This guy also linked to his own "Big O Notation" in his page, where he says O(n) is polynomial

>>>In our shopping list example, in the worst-case of our algorithm it prints out every item in the list sequentially. Since there are n items in the list, it takes O(n) polynomial time to complete the algorithm.

discuss

order

indigo945|3 years ago

This may be the same author ... Anyway f(n)=n is definitely a polynomial and O(n) is a class of algorithms that run in polynomial time (i.e. are in P).

caslon|3 years ago

It's the same author; compare the URL to your link's author's last name.

thebooktocome|3 years ago

Well, linear functions are still technically polynomials… haha!

rat9988|3 years ago

O(n) is polynomial and it's the same author.

TameAntelope|3 years ago

There are no downvotes on submissions, FWIW.