home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!gatech!news.ans.net!cmcl2!adm!news
- From: lee@cpu.us.dynix.com (Lee Crites)
- Newsgroups: comp.lang.pascal
- Subject: Combination N-way search tree/ISAM access.
- Message-ID: <34965@adm.brl.mil>
- Date: 12 Jan 93 10:47:42 GMT
- Sender: news@adm.brl.mil
- Lines: 23
-
-
- I need to build a data entry/retrieval system. This is nothing new, and I
- have done so before. My problem is that my access times are nothing to
- write home about. I know that these routines have been written many many
- times, and that somebody has the best routines available for them.
-
- Here is my request: Does there exist out there, in either source code or
- psuedo-code, the routines for building an N-way search tree (say 8-10 keys
- per node), to include adding, deleting, and searching, with
- auto-balancing? I also need a way to access the index in an alpha-numeric
- search. (perhaps FindFirst, FindPrev, and FindNext).
-
- I know that there are lots of existing libraries and programs out there
- that do these kinds of things, but I'd like to integrate these into some
- of my already existing objects.
-
- Any help would be appreciated. Thanks muchly.
-
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- lee@us.dynix.com | If it ain't broke yet,
- | let me have a shot at it....
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
-