Non binary tree solving in C

Posted by samurai_01 on Stack Overflow See other posts from Stack Overflow or by samurai_01
Published on 2010-06-13T10:45:49Z Indexed on 2010/06/13 10:52 UTC
Read the original article Hit count: 165

Filed under:
|
|
|
|

i have to create a program which can have n number of nodes and each subnode can have n number of subnodes and so on, its not a binary tree. i need to know how can one create it?

© Stack Overflow or respective owner

Related posts about c

    Related posts about homework