[Codility] Lesson4. FrogRiverOne - 문제풀이 Description 아래의 설명에 따라 X까지 도달하기 위해 1~X까지의 모든 숫자가 배열의 요소에 존재하는 가장 낮은 값을 찾는 문제입니다. 모든 숫자가 없어 다리를 건너지 못하면 -1를 반환합니다. A small frog wants to get to the other side of a river. The frog is initially located on one bank of the river (position 0) and wants to get to the opposite bank (position X+1). Leaves fall from a tree onto the surface of the river. You are given an array A consisting of N integers r.. 알고리즘/Codility 2022. 2. 25. 01:45