Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hierarchal Tree in C Language.
Name: Farhan Kazi (by farhankazi) Date: September 19, 2004 at 06:41:28 Pacific OS: Windows 2000 Pro CPU/Ram: 2.4 GHz /1 GB
Comment:
Dear All,
I have been given an assignment to implement a Hierarchal Family Tree in C Language.
1. The program first gets an input of Root Node Name.
2. Then program asks for number of child nodes of root.
3. Then it asks names and numbers of Childs of all child nodes I have entered and it continues to ask until all Childs end-up with zero
4. Then it displays all the Nodes along with there Childs in a tree format (Tab or Space format).
Can you please copy some lines of code for this program? I will really appreciate your help.
Summary: please help, i want to know, how to write a program for the generic tree in C. My tree going to have 'n' branch that is, Tree children will vary based on the data.In binary tree it will contain simpl...
Summary: I need a little help with a basic C program. I need to implement a binary search tree using linked list. Data field is an employee record with fields: SSN Name Address Phone Need to use SSN as the ...
Summary: Hi everyone i need some help. I'm doing a program in Visual Studio with C language. And in this program i need do creat files with the name that user wants. Example: printf("What name you want for...