Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~430 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for jeffmt1234

I can't seem to wrap my head around what I'm doing wrong. I'm trying to create an N-ARY tree. I'm pretty sure I'm close. But the nodes are filling wrong. I have used cout to output the nodes as they fill and sometimes the nodes are filling with the same …

0
27
Member Avatar for jeffmt1234

I have a alpha beta tree program i'm supposed to do. I can't figure out how to do a multi node tree! I've been trying all day at this.. Here is my code so far. #include <iostream> #include <cstdlib> #include <vector> using namespace std; typedef struct tree TREE_DATA; struct tree …

Member Avatar for jeffmt1234
0
403