C++ programming question [modified]
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
Who's first?;)
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
-
Who's first?;)
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
I was tempted - but I've just finished an 8 hour drive and I'm too tired to bother.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
diablaaz wrote:
Any ideas on how to write this out?
Homework? Take-home test? We need more info. :rolleyes: Marc
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
I see your problem. You can't do that with a basic binary tree. You need to switch to an advanced binary tree.
Gary Kirkham Forever Forgiven and Alive in the Spirit He is no fool who gives what he cannot keep to gain what he cannot lose. - Jim Elliot Me blog, You read
-
I see your problem. You can't do that with a basic binary tree. You need to switch to an advanced binary tree.
Gary Kirkham Forever Forgiven and Alive in the Spirit He is no fool who gives what he cannot keep to gain what he cannot lose. - Jim Elliot Me blog, You read
I'm not even sure an advanced tree would work. He might need a segmented octal tree with a U’u root.
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
Here's the text that appeared above the window where you posted this message. I'm moving it to the C++ forum, where it belongs. Please use the right forums. Rules: The Lounge is rated PG. If you're about to post something you wouldn't want your kid sister to read then don't post it. Do not post programming questions (use the programming forums for that) and please don't post ads.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hello, I have a question for you. I have a program is based on a basic binary tree. There needs to be a function to swap nodes or from left to right. so in other words, if 1 is the root and on the left is a 2 and on the right is a 3, I would want to swap the 2 and 3. For each node entered. Any ideas on how to write this out? Thanks. Tiffani Diablaaz@aol.com -- modified at 18:14 Sunday 22nd July, 2007
-
diablaaz wrote:
Any ideas on how to write this out?
Homework? Take-home test? We need more info. :rolleyes: Marc
Marc Clifton wrote:
We need more info.
Why? Do you have a moving scale of what to charge based on if it is homework or take home test? I know I do :laugh:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
Marc Clifton wrote:
We need more info.
Why? Do you have a moving scale of what to charge based on if it is homework or take home test? I know I do :laugh:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
Paul Conrad wrote:
Why? Do you have a moving scale of what to charge based on if it is homework or take home test?
Because his question was originally posted in the lounge, and I wanted to know what the appropriate flame response should be. :) Marc
-
Paul Conrad wrote:
Why? Do you have a moving scale of what to charge based on if it is homework or take home test?
Because his question was originally posted in the lounge, and I wanted to know what the appropriate flame response should be. :) Marc
Marc Clifton wrote:
wanted to know what the appropriate flame response should be
Pick a flame, any flame :laugh:
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus