Re: Implementing vector (resizable array) with n-ary tree
- From: spookyoldtree@xxxxxxxxx
- Date: 27 Apr 2007 03:48:23 -0700
On Apr 24, 3:40 pm, Ben Pfaff <b...@xxxxxxxxxxxxxxx> wrote:
This is a variation of a trie that is sometimes called a radix
tree.
http://en.wikipedia.org/wiki/Radix_tree
The Wikipedia article you mentioned links to an article about Radix
Trees in the Linux kernel which describes exactly what I had in mind
(they use 64 instead of 1024):
http://lwn.net/Articles/175432/
The Wikipedia article was useful too although it describes a more
general concept.
Thank you!
Clay
.
- References:
- Implementing vector (resizable array) with n-ary tree
- From: spookyoldtree
- Re: Implementing vector (resizable array) with n-ary tree
- From: Ben Pfaff
- Implementing vector (resizable array) with n-ary tree
- Prev by Date: Re: help with statistics library
- Next by Date: Re: How to judge if the graph is cyclic when add a new edge?
- Previous by thread: Re: Implementing vector (resizable array) with n-ary tree
- Next by thread: Re: Implementing vector (resizable array) with n-ary tree
- Index(es):