Zettelkasten
Search
⌘K
Graph
Tags
#
data-structure
13개
Fenwick Tree(Binary Indexed Tree)는 구간 합을 효율적으로 계산하는 자료구조다
595자
data-structure
tree
algorithm
HashRing은 분산 시스템에서 데이터를 균등 분배하는 자료구조다
581자
distributed-systems
hash
data-structure
Segment Tree는 구간 질의를 효율적으로 처리하는 트리 자료구조다
678자
data-structure
tree
algorithm
Parquet은 column based format으로
501자
database
data-structure
Red black Tree RBT
812자
data-structure
algorithm
스택은 함수의 실행 정보를 프레임 단위로 저장한다
673자
computer-science
data-structure
B+Tree는 디스크 접근을 최소화하기 위해 설계된 균형 트리 자료구조다
729자
database
index
data-structure
UnionFind는 원소들이 서로소 집합으로 나눠져 있을때 같은 집합으로 확인하고 합치는 작업을 효율적으로 처리한다.
270자
data-structure
algorithm
LSM Tree + SSTable
297자
database
data-structure
data structure
34자
data-structure
python dictionary 구현체
329자
python
data-structure
hash
트리
133자
data-structure
Python array doubling 방식
645자
python
data-structure