목록해커랭크/Go (1)
동도리 개발 로그
Array Manipulation [Algorithm]
문제 링크 -https://www.hackerrank.com/challenges/crush/problem Starting with a 1-indexed array of zeros and a list of operations, for each operation add a value to each of the array element between two given indices, inclusive. Once all operations have been performed, return the maximum value in your array. For example, the length of your array of zeros . Your list of queries is as follows: a b k 1 ..
해커랭크/Go
2019. 12. 1. 21:51