how to write a binary tree in C#?
-
Hi, I'm trying to write a binary tree in C#. Looked all over internet for some tutorials. Found one here, the theory made sense, I downloaded the code it did not work. I just copied the code into my own file it said it did not have a Main() method. I'm stuck. Please help me write a simple binary tree that you can insert values to by using a command prompt window
Console.ReadLine()
thing in code. I'm new to C# so please keep it as stupid and as simple as possible. Thank you. -
Hi, I'm trying to write a binary tree in C#. Looked all over internet for some tutorials. Found one here, the theory made sense, I downloaded the code it did not work. I just copied the code into my own file it said it did not have a Main() method. I'm stuck. Please help me write a simple binary tree that you can insert values to by using a command prompt window
Console.ReadLine()
thing in code. I'm new to C# so please keep it as stupid and as simple as possible. Thank you.Just try here itself: http://www.codeproject.com/KB/vb/SimpleBTree.aspx
-
Hi, I'm trying to write a binary tree in C#. Looked all over internet for some tutorials. Found one here, the theory made sense, I downloaded the code it did not work. I just copied the code into my own file it said it did not have a Main() method. I'm stuck. Please help me write a simple binary tree that you can insert values to by using a command prompt window
Console.ReadLine()
thing in code. I'm new to C# so please keep it as stupid and as simple as possible. Thank you.Sounds like homework.