I am a newbie here I recently read tutorials on java about collection framework. The time complexity of various objects in reading/writing data
What does it mean? what is O
notations? can anyone make me understand these notations and about time complexity measures using these notations
Asked
Active
Viewed 39 times
0

MaheshVarma
- 103
- 4
-
These are known as asymptotic notation, and probably explained in your textbook. – Yuval Filmus Sep 05 '13 at 11:07
-
@YuvalFilmus Could you spend two minutes of your time in explaining these I read but I could not understand. it would be great help – MaheshVarma Sep 05 '13 at 11:09
-
See also time complexity, big O notation, Plain English explanation of Big O, … – Gilles 'SO- stop being evil' Sep 05 '13 at 11:09
-
1This question is too broad. You aren't asking a question about a specific problem here, but looking for a basic presentation of the subjcet. There are already plenty of such presentations on the internet and in textbooks. Please ask here if you have a specific question: some specific part of the explanations that you don't understand, or a specific problem that you face when trying to apply these notions to a particular case. – Gilles 'SO- stop being evil' Sep 05 '13 at 11:11