home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8069 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.4 KB

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