정렬November 05, 2020 ·#algorithm#selection sort#quick sort#insertion sort#bubble sort#merge sort#heap sort#기술 면접정렬의 종류에 대해서 알아봅시다
세그먼트 트리October 31, 2020 ·#algorithm#segment tree#fenwick tree#binary indexed tree세그먼트 트리 그리고 세그먼트 트리의 한 종류인 펜윅 트리에 대하여 알아봅시다
상호 배타적 집합October 22, 2020 ·#algorithm#tree#disjoint set#union findunion-find로 상호 배타적 집합(disjoint set)을 표현해 봅시다