>implementation in CFML, then you could use the provided red/black tree >implementation included with the JDK.
Yes, i am looking to use one of JDK Collection Framework API's (TreeMap) but i am also fishing for other ideas. Joe Eugene >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Behalf Of Matt Liotta >Sent: Sunday, February 29, 2004 5:22 PM >To: [EMAIL PROTECTED] >Subject: Re: [CFCDev] OT: A Good Data Structure for a Large Binary Tree > > >Well if you don't want to bother with creating your own tree >implementation in CFML, then you could use the provided red/black tree >implementation included with the JDK. > >-Matt > > >On Feb 29, 2004, at 1:44 PM, Joe Eugene wrote: > >> >> I am trying to solve a Binary Tree data structure problem, i think this >> can be done from a DataBase Perspective with relations but then that >> might involve doing something like a matrix to develop the relations >> between nodes. >> >> The other thought i have is solve the problem by using some >> native(Java/C++) >> data Structure (Binary Tree /TreeMap) and store keys of the database >> structure >> as keys of the Binary Tree... that might relate to a simple select. >> >> Any ideas are much appreciated. >> >> Thanks, >> Joe Eugene >> >> ---------------------------------------------------------- >> You are subscribed to cfcdev. To unsubscribe, send an email >> to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' >> in the message of the email. >> >> CFCDev is run by CFCZone (www.cfczone.org) and supported >> by Mindtool, Corporation (www.mindtool.com). >> >> An archive of the CFCDev list is available at >> www.mail-archive.com/[EMAIL PROTECTED] >> > >---------------------------------------------------------- >You are subscribed to cfcdev. To unsubscribe, send an email >to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' >in the message of the email. > >CFCDev is run by CFCZone (www.cfczone.org) and supported >by Mindtool, Corporation (www.mindtool.com). > >An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
