본문 바로가기

Hacked Brain/심심한 프로그래밍

The concept of an Aligorithm. 알고리즘 개념


Algorithm is an ordered set of unambiguous, executable steps, defining a terminating process
.
An Algorithm is abstract from its representation.

ex>
F = (9/5)C + 32 : Algorithm
Multiply the temperature readings in Celsius by 9/5 and then add 32 to the product : represent

A Program is a representation of an algorithm.
To execute a program is to execute the algorithm represented by the program.


이 글은 스프링노트에서 작성되었습니다.