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
Post a Comment