Thursday, October 23, 2008

A Spy Is Being Chased Down The River

E001) Introduction to computer algorithms Michele Broggi

The following post was created by Michele Broggi per sua gentile concessione lo posto sul mio blog. L'indirizzo del post è il seguente http://www.michelebroggi.it/programmazione/introduzione-agli-algoritmi-informatici.html


Introduzione agli algoritmi informatici :

15 Agosto 2008

In informatica , con il termine algoritmo si intende un metodo per la soluzione di un problema adatto a essere implementato sotto forma di programma .

Intuitivamente, un algoritmo si può definire come un procedimento che consente di ottenere un risultato expected running, in a certain order, a set of simple steps corresponding actions usually chosen from a finite set.

For more information, please refer to the wikipedia page , which mentions several things of algorithms: their origin (history) to their use and application.

The image above is for a published flowchart , they allow us to "draw" in concept (especially graphics), an algorithm.

As we can see our diagram consists of: start , input, processing , output , end.

Exactly what happens in any program.

Certainly in the future to publish more articles about algorithms, the basic foundation of computer science.

0 comments:

Post a Comment