Tag: algorithm
Algorithm
by blogger on Mar.10, 2010, under Computer
An algorithm or simply algo is simply step by step procedure to solve a particular problem.It can be written in either ways, using a simple English language or using specific keywords.An algorithm should have a start phase, processing phase and a termination phase.