한수 {boj}{1065}
islice를 사용하여 sliding window를 만들어 문제를 풀 수 있으려나?
sliding window {python} {itertools.islice} {collections.deque} → 숫자를 각 단위로 쪼갠 뒤에 슬라이드 하기 위해 사용
check every element from sequence is same {python} {functools.reduce} → 모든 원소가 동일한지 체크
islice를 사용하여 sliding window를 만들어 문제를 풀 수 있으려나?
sliding window {python} {itertools.islice} {collections.deque} → 숫자를 각 단위로 쪼갠 뒤에 슬라이드 하기 위해 사용
check every element from sequence is same {python} {functools.reduce} → 모든 원소가 동일한지 체크