Skip to content
CIARANA edited this page Nov 28, 2018 · 4 revisions

Heap

定義

「子要素は親要素より常に小さいか等しい」という条件を満たすデータ構造

種類

  • Binary heap(二分ヒープ)
  • Binomial heap(二項ヒープ)
  • 2-3 heap
  • Beap
  • D-ary heap
  • Leftist heap
  • Pairing heap
  • Skew heap(ねじれヒープ)
  • Soft heap
  • Ternary heap(三分ヒープ)

参考

Clone this wiki locally