내일 배움캠프1 [TIL] 07.09 https://1chanhue1.tistory.com/66 [프로그래머스 kotlin] 다리를 지나는 트럭fun solution(bridge_length: Int, weight: Int, truck_weights: IntArray): Int { var answer = 0 val truckQueue: Queue = LinkedList() val bridge: Queue = LinkedList() // 초기 다리는 빈 공간으로 채웁니다. for (i in 0 until bridge_length) { bridge.1chanhue1.tistory.com 2024. 7. 9. 이전 1 다음