Connecting Tech Pros Worldwide Help | Site Map

help in explaining binary tree

  #1  
Old July 22nd, 2005, 09:59 AM
Jerry Khoo
Guest
 
Posts: n/a
hello, everybody, i am kinda new here, nice to meet u all. Now, i am
cs students and are now facing difficult problems in understanding
what a binary tree is, how it works, and the algorithm to display,
arrange, find, delete the leaf node in binary tree.

I hope that anyone with expereince in building binary tree could help
me in explaining the binary tree functions, and give a sample code of
the whole picture behind the tree. And further more, i would like to
know what is the usage of binary tree in real world.

Kindly, thanks to anyone who helped me, and thanks for the grudges of
reading my whole message, thanks to everyone
  #2  
Old July 22nd, 2005, 09:59 AM
Karl Heinz Buchegger
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:[color=blue]
>
> hello, everybody, i am kinda new here, nice to meet u all. Now, i am
> cs students and are now facing difficult problems in understanding
> what a binary tree is, how it works, and the algorithm to display,
> arrange, find, delete the leaf node in binary tree.
>
> I hope that anyone with expereince in building binary tree could help
> me in explaining the binary tree functions, and give a sample code of
> the whole picture behind the tree. And further more, i would like to
> know what is the usage of binary tree in real world.
>
> Kindly, thanks to anyone who helped me, and thanks for the grudges of
> reading my whole message, thanks to everyone[/color]

This topic is much to large to be discussed in a newsgroup like this.
There have been entire books written about this topic.

Use the force Luke, search the web!
http://www.google.com
Search phrase: "binary tree tutorial"
comes up with lots of links

--
Karl Heinz Buchegger
kbuchegg@gascad.at
  #3  
Old July 22nd, 2005, 09:59 AM
Karl Heinz Buchegger
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:[color=blue]
>
> hello, everybody, i am kinda new here, nice to meet u all. Now, i am
> cs students and are now facing difficult problems in understanding
> what a binary tree is, how it works, and the algorithm to display,
> arrange, find, delete the leaf node in binary tree.
>
> I hope that anyone with expereince in building binary tree could help
> me in explaining the binary tree functions, and give a sample code of
> the whole picture behind the tree. And further more, i would like to
> know what is the usage of binary tree in real world.
>
> Kindly, thanks to anyone who helped me, and thanks for the grudges of
> reading my whole message, thanks to everyone[/color]

This topic is much to large to be discussed in a newsgroup like this.
There have been entire books written about this topic.

Use the force Luke, search the web!
http://www.google.com
Search phrase: "binary tree tutorial"
comes up with lots of links

--
Karl Heinz Buchegger
kbuchegg@gascad.at
  #4  
Old July 22nd, 2005, 09:59 AM
osmium
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo writes:
[color=blue]
> And further more, i would like to
> know what is the usage of binary tree in real world.[/color]

Think of having your own personal equivalent of Google. Every memorandum
you write is added to a tree. By twenty or less queries in the tree you can
resolve a million different words. If you know you mentioned aunt Agatha on
some mis-remembered occasion, you can rapidly find the mention(s) in the
thousands of files on your PC.

It may be helpful to think of the game "Twenty questions".


  #5  
Old July 22nd, 2005, 09:59 AM
osmium
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo writes:
[color=blue]
> And further more, i would like to
> know what is the usage of binary tree in real world.[/color]

Think of having your own personal equivalent of Google. Every memorandum
you write is added to a tree. By twenty or less queries in the tree you can
resolve a million different words. If you know you mentioned aunt Agatha on
some mis-remembered occasion, you can rapidly find the mention(s) in the
thousands of files on your PC.

It may be helpful to think of the game "Twenty questions".


  #6  
Old July 22nd, 2005, 09:59 AM
Bill Seurer
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:
[color=blue]
> I hope that anyone with expereince in building binary tree could help
> me in explaining the binary tree functions[/color]

http://www.seanet.com/users/arsen/avltree.html
  #7  
Old July 22nd, 2005, 09:59 AM
Bill Seurer
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:
[color=blue]
> I hope that anyone with expereince in building binary tree could help
> me in explaining the binary tree functions[/color]

http://www.seanet.com/users/arsen/avltree.html
  #8  
Old July 22nd, 2005, 09:59 AM
Kevin Goodsell
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:
[color=blue]
> hello, everybody, i am kinda new here, nice to meet u all. Now, i am
> cs students and are now facing difficult problems in understanding
> what a binary tree is, how it works, and the algorithm to display,
> arrange, find, delete the leaf node in binary tree.[/color]

You already asked this, and it was already explained that this is not
the group for discussing such things. You have a question about a
general programming topic. Come back when you have a C++ question.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
  #9  
Old July 22nd, 2005, 09:59 AM
Kevin Goodsell
Guest
 
Posts: n/a

re: help in explaining binary tree


Jerry Khoo wrote:
[color=blue]
> hello, everybody, i am kinda new here, nice to meet u all. Now, i am
> cs students and are now facing difficult problems in understanding
> what a binary tree is, how it works, and the algorithm to display,
> arrange, find, delete the leaf node in binary tree.[/color]

You already asked this, and it was already explained that this is not
the group for discussing such things. You have a question about a
general programming topic. Come back when you have a C++ question.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
help to explain c++ binary tree Jerry Khoo answers 1 July 22nd, 2005 09:54 AM
help in explaining binary tree Jerry Khoo answers 8 July 22nd, 2005 09:30 AM
help to explain c++ binary tree Jerry Khoo answers 1 July 22nd, 2005 09:24 AM