{
    "mode": "perldoc",
    "parameter": "Heap::Binomial",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Heap%3A%3ABinomial/json",
    "generated": "2026-06-12T10:26:24Z",
    "synopsis": "use Heap::Binomial;\n$heap = Heap::Binomial->new;\n# see Heap(3) for usage",
    "sections": {
        "NAME": {
            "content": "Heap::Binomial - a binomial heap to keep data partially sorted\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Heap::Binomial;\n\n$heap = Heap::Binomial->new;\n# see Heap(3) for usage\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Keeps elements in heap order using a linked list of binomial trees. The *heap* method of an\nelement is used to store a reference to the node in the list that refers to the element.\n\nSee Heap for details on using this module.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "John Macdonald, john@perlwolf.com\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 1998-2007, O'Reilly & Associates.\n\nThis code is distributed under the same copyright terms as perl itself.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Heap(3), Heap::Elem(3).\n",
            "subsections": []
        }
    },
    "summary": "Heap::Binomial - a binomial heap to keep data partially sorted",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "Heap",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/Heap/3/json"
        },
        {
            "name": "Elem",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/Elem/3/json"
        }
    ]
}