mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
Darts: Double-ARray Trie System
|
|
|
|
This is a C++ template library that implements Double-Array [Aoe
|
|
1989]. Currently only Japanese documentation is provided.
|
|
|
|
* [Aoe1989] Aoe, J. An Efficient Digital Search Algorithm by Using a
|
|
Double-Array Structure. IEEE Transactions on Software
|
|
Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077.
|
|
|
|
* [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array
|
|
Triehttp://www.links.nectec.or.th/~thep/datrie/
|
|
|
|
WWW: http://www.chasen.org/~taku/software/darts/
|