Bug 50453 - New port: libdict (small and efficient library for access to the ``dictionary'' data stuctures)
Summary: New port: libdict (small and efficient library for access to the ``dictionary...
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-30 13:50 UTC by Alex Semenyaka
Modified: 2003-04-19 15:20 UTC (History)
0 users

See Also:


Attachments
libdict-port.tar.gz (1.74 KB, text/plain)
2003-03-30 13:50 UTC, Alex Semenyaka
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Semenyaka 2003-03-30 13:50:11 UTC
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.

Libdict implements the following data structures: AVL Tree, Red-Black
Tree, Splay Tree, Treap, Weight-balanced tree, Path-reduction tree,
Hashtable (Chained).

Fix: This is uuencoded archive with all port files:
How-To-Repeat: 
N/A
Comment 1 Max Khon freebsd_committer freebsd_triage 2003-04-19 15:20:27 UTC
State Changed
From-To: open->closed

Thanks, committed!