| HOME | INTRODUCTION | INSTRUCTION | SOURCE CODE | PROGRAM DEMO |
|
-
|
INTRODUCTION TO COMPUTER SCIENCE |
|
-
|
INTRODUCTION TO PROGRAMMING LANGUAGE |
|
-
|
INTRODUCTION TO C++ LANGUAGE |
|
-
|
INTRODUCTION TO ALGORITHMS |
|
-
|
INTRODUCTION TO OOP LANGUAGE |
Algorithms
In order to develop an initial understanding of the themes and concepts and the sequence of steps needed to solve a problem. Developing an algorithm is important step in all programming. The careful description is one of the fundamental parts of computer science, is also a list of instructions specifying a precise description of step-by-step process that is guaranteed to terminate , after a finite number of step, which the correct answer for every particular instance of an algorithmic problem that may occur. The descriptions are called Algorithms. This is a focus of much study in computer science. Computers are machines designed to execute algorithms. Algorithmic problem is any problem whose solution can be expressed in a list of executable instruction.