Browse thread
[Caml-list] Multi-keyed lookup table?
-
Matt Gushee
- Brian Hurt
-
John Max Skaller
-
Florian Hars
- Michael Wohlwend
-
Florian Hars
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Michael Wohlwend <mwohlwend@w...> |
| Subject: | Re: [Caml-list] Multi-keyed lookup table? |
how about using buddy-trees or tv-trees for that? It would be surely the most oversized solution (if it works) - but with nice data structures :-) maybe more interresting than the rest of the program... Michael tv-trees: http://citeseer.nj.nec.com/rd/43499374%2C17891%2C1%2C0.25%2CDownload/http://citeseer.nj.nec.com/cache/papers/cs/1096/http:zSzzSzwww.cs.umd.eduzSz~kilinzSztvtree.pdf/lin94tvtree.pdf buddy-trees: http://www.vldb.org/conf/1990/P590.PDF ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners