Class PairingHeapTimeComplexity

java.lang.Object
org.drip.graph.asymptote.AlgorithmTimeComplexity
org.drip.graph.asymptote.PairingHeapTimeComplexity

public class PairingHeapTimeComplexity
extends AlgorithmTimeComplexity
PairingHeapTimeComplexity maintains the Asymptotic Behavior Specifications of a Pairing Heap's Operations. The References are:

  • Brodal, G. S. (1996): Priority Queue on Parallel Machines Scandinavian Workshop on Algorithm Theory – SWAT ’96 416-427
  • Cormen, T., C. E. Leiserson, R. Rivest, and C. Stein (2009): Introduction to Algorithms 3rd Edition MIT Press
  • Sanders, P., K. Mehlhorn, M. Dietzfelbinger, and R. Dementiev (2019): Sequential and Parallel Algorithms and Data Structures – A Basic Toolbox Springer
  • Sundell, H., and P. Tsigas (2005): Fast and Lock-free Concurrent Priority Queues for Multi-threaded Systems Journal of Parallel and Distributed Computing 65 (5) 609-627
  • Wikipedia (2020): Priority Queue https://en.wikipedia.org/wiki/Priority_queue




Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • PairingHeapTimeComplexity

      public PairingHeapTimeComplexity()
  • Method Details

    • Standard

      public static final PairingHeapTimeComplexity Standard()
      Build the Algorithm Time Complexity for a Pairing Heap
      Returns:
      The Algorithm Time Complexity for a Pairing Heap