What is time complexity algorithm?



What is time complexity algorithm?..

Answer / Mithilesh Kumar

"Time Complexity is a measure of the amount of time an algorithm takes to run as a function of input size. It helps in analyzing and comparing algorithms in terms of their efficiency. There are different types of time complexities, such as Big O Notation and Omega Notation."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

design an lru cache in java?

1 Answers  


How to make object serializable in java?

1 Answers  


Where the CardLayout is used?

1 Answers  


What is the importance of hashcode() and equals() methods?

1 Answers  


Is binary a low level language?

1 Answers  


What is meant by data hiding/encapsulation?

1 Answers   Cyient,


Who is founder of java?

1 Answers  


What does .equals do in java?

1 Answers  


What are the disadvantages of object oriented programming?

1 Answers  


What is difference between word and integer?

1 Answers  


What is core java used for?

1 Answers  


What is size of int in java?

1 Answers  


Categories