Analyst Integration Question:

Download Job Interview Questions and Answers PDF

Explain time complexity of an algorithm?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

Time complexity specify the ratio of time to the input. It shows how much time an algorithm will take to complete for a given number of input. It's approximated valued but enough to give you an indication that how your algorithm will perform if number of input is increased from 10 to 10 million.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between binary tree and a binary search tree?Explain about unit testing?