Analyst Integration Question:

What is time complexity of an algorithm?

Tweet Share WhatsApp

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 PDF Read All 87 Integration Programmer Questions
Previous QuestionNext Question
What is the difference between an inner join and a left join in SQL?What does the V in MVC stand for, and what does it signify?