Bug 26389 - New port: Perl extensions for keeping data partially sorted
Summary: New port: Perl extensions for keeping data partially sorted
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-06 22:30 UTC by Anatoliy Dmytriyev
Modified: 2001-05-19 14:32 UTC (History)
0 users

See Also:


Attachments
file.shar (3.97 KB, text/plain)
2001-04-06 22:30 UTC, Anatoliy Dmytriyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoliy Dmytriyev 2001-04-06 22:30:01 UTC
        The Heap collection of modules provide routines that manage a heap of elements.
        A heap is a partially sorted structure that is always able to easily extract
        the smallest of the elements in the structure (or the largest if a reversed
        compare routine is provided).
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-05-19 14:31:58 UTC
State Changed
From-To: open->closed

committed, thanks