작성자 | 개념의극한 | ||
---|---|---|---|
작성일 | 2012-04-29 20:39:22 KST | 조회 | 160 |
첨부 |
|
||
제목 |
알고리즘 배우기 전에 생각했던 거
|
순서도라고도 부르나?
강의때 배우는거:
START START ALGORITHM
Algorithm LargestNumber Input: A non-empty list of numbers L. Output: The largest number in the list L.
largest ← L0 for each item in the list (Length(L)≥1), do if the item > largest, then largest ← the item return largest
STOP STOP ALGORITHM
시방 내가 좋아하는 그림 어디갔어
|
||
|
|
||
|
© PlayXP Inc. All Rights Reserved.