What is Big O Notation? [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: Plain English explanation of Big O I know Big O notation is used to assess how efficient an algorithm is, but I do not understand how you read Big O notation or what exactly how efficient an algorithm is. Can somebody perhaps explain the basics of Big O notation? Thanks. 回答1: What is a plain English explanation of "Big O" notation? is a good explanation of what Big-O notation is and how to use it. 回答2: This page