PassingCars
-
합을 이용한 알고리즘Algorithm 2021. 8. 29. 11:55
아래 문제는 코딜리티에서 제공하는 Passing Cars의 문제입니다🧑🏻💻 문제 제시 A non-empty array A consisting of N integers is given. The consecutive elements of array A represent consecutive cars on a road. Array A contains only 0s and/or 1s: - 0 represents a car traveling east - 1 represents a car traveling west. The goal is to count passing cars. We say that a pair of cars (P, Q), where 0 ≤ P < Q < N, is passing when P is..