THE Big-O Notation & TIME COMPLEXITY.... Algorithm Analysis

There are various ways to design a particular algorithm.  Certain algorithm takes a little time to execute, whereas others take a considerable amount of time to execute.

Algorithm is a set of instructions for solving some problem, step by step.  Well, algorithms are normally executed by computers.

An algorithm is a procedure or formula for solving problems.







Comments

Popular posts from this blog

COMPUTER SCIENCE: YOU NEED TO KNOW DATA STRUCTURE...EXPLAINED