文件名称:FibonacciHeap
介绍说明--下载内容均来自于网络,请自行研究使用
斐波那契堆基于二项式堆,在支持以O(1)时间实现插入、合并和以O(log n)实现删除最小元素的基础上,进一步实现了以O(1)实现指定节点值减少和用O(log n)时间完成删除任意节点操作-Fibonacci heap-based binomial heaps of support to the O (1) time to achieve insertion, Merger and O (log n) to achieve the smallest element deleted on the basis of further to the O (1) to achieve specified nodes and reduce the value of O (log n) time to complete the deletion of arbitrary nodes parade for
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 17869330fibonacciheap.rar 列表 FibonacciHeap\FibHeader.h FibonacciHeap\FibMain.cpp FibonacciHeap