Results 1 to 2 of 2
Thread: Searching in a multi-way tree
- 11-02-2011, 09:47 PM #1
Member
- Join Date
- Sep 2011
- Posts
- 4
- Rep Power
- 0
Searching in a multi-way tree
I created a two dimensional array that functions like a multi-way tree. The array is indexed by names in alphabetical order. Each element in
the array holds a name and a number pointing to its child all the way down to the leaf nodes. Can someone give me a general idea of how you can search for an element in a multi-way tree? I'm a little lost on what to do.
- 11-03-2011, 12:24 AM #2
Similar Threads
-
Multi-Panel multi-class GUI communication
By manji51 in forum AWT / SwingReplies: 4Last Post: 05-25-2011, 01:54 PM -
Data Structures(Binary Search Tree to AVL Tree)ASAP pls
By jfAdik in forum Forum LobbyReplies: 0Last Post: 04-04-2010, 07:40 AM -
Creating a Tree and then saving the Tree
By jackmatt2 in forum New To JavaReplies: 0Last Post: 08-22-2009, 12:51 PM -
How to create a SWT Tree with multi columns
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:50 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks