-
[2021/07/19][짤막한 이야기 - 알고리즘]짤막한 이야기 2021. 7. 19. 09:14728x90반응형
[2021/07/19][짤막한 이야기 - 알고리즘]
“알고리즘(Algorithm)”은 수학, 컴퓨터 과학, 언어학 등에서 문제를 해결하기 위하여 정해진 일련의 절차나 방법을 공식화한 형태로 표현한 것이다.
즉, 문제 해결에 요구되는 계산 혹은 처리 순서를 의미한다.
고대 페르시아의 수학자 “알콰리즈미(Al-Khwarizmi)”에서 유래하였다고 알려져있으며, 이러한 알고리즘에는 몇가지 조건이 있다.
변하지 않는 명확한 작업 단계(정밀성)를 가지며, 각 단계마다 명확한 다음 단계(유일성)를 가진다.
정의된 입력을 받아들여서 출력을 내보낼 수 있어야 하며(입력 및 출력), 특정 횟수 이후 정지(유한성)해야한다. 그리고 마지막으로 일반적인 적용(일반성)이 가능하여야 한다.
#이야기 #루니프 #알고리즘 #수학 #컴퓨터과학 #언어학 #문제해결 #알콰리즈미
[2021/07/19][Short Story - Algorithm]
“Algorithm” is a formalized form of a set of procedures or methods to solve problems in mathematics, computer science, and linguistics.
That is, it means the calculation or processing sequence required to solve the problem.
It is known to have originated from the ancient Persian mathematician “Al-Khwarizmi”, and there are several conditions for this algorithm.
It has a clear, unchanging work step (Precision), and each step has a clear next step (Uniqueness).
It must be able to take a defined input and emit an output (Input & Output), and it must stop (Finite) after a certain number of times. And finally, general application (Generality) should be possible.
#Story #LootNiP #Algorithm #Mathematics #ComputerScience #Linguistics #ProblemSolving #Al-Khwarizmi728x90반응형'짤막한 이야기' 카테고리의 다른 글
[2021/07/26][짤막한 이야기 - 이진 탐색] (0) 2021.07.26 [2021/07/22][짤막한 이야기 - 깊이 우선 탐색] (0) 2021.07.22 [2021/05/08][짤막한 이야기 - 영지식증명(한계)] (0) 2021.05.08 [2021/03/26][짤막한 이야기 - 영지식증명(개념)] (0) 2021.03.26 [2021/03/16][짤막한 이야기 - 무결성(요약)] (0) 2021.03.16