Sum tree배열에 부분 합을 구할 때 사용하는 개념배열의 segment 즉 구간에 대한 정보를 저장하여 해당 구간 operation을 빠르게 얻어낼 수 있는 binary tree 유니온 파인드(Union-Find, Disjoint-Set)유니온 파인드(Union-Find)는 서로소(Disjoint)인 집합들을 분할하여 저장한 집합 자료구조입니다. 다른...https://m.blog.naver.com/pyw0564/221506191520