计算机科学外文翻译.docVIP

  • 1
  • 0
  • 约1.06万字
  • 约 11页
  • 2018-01-02 发布于浙江
  • 举报
计算机科学外文翻译

Binomial heap In computer science, a binomial heap is a heap similar to a binary heap but also supports quick merging of two heaps. This is achieved by using a special tree structure. It is important as an implementation of the mergeable heap abstract data type(also called meldable heap), which is a priority queue supporting merge operation. Binomial tree A binomial heap is implemented as a collection of binomial trees (compare with a binary heap, which has a shape of a single binary tree). A binomial tree is defined recursively: A binomial tree of order 0 is a single node A binomial tree of

文档评论(0)

1亿VIP精品文档

相关文档