random numbersThere's no guarantee that you'll get a different random number every time. Theoretically, you might ...
Tree traversalNormally with trees you wouldn't need to know the height of the tree in order to traverse it. You'd ...
Biano- beep piano[quote]It takes, and believe me when I say this, it takes A LOT of if statements.[/quote] You're ...
random numbers[quote]How can I make my program return just "K" instead of "K13"?[/quote] I'm not sure what you me...
random numbersYou're calling srand twice, on lines 3 and 24. You should only ever call it once in the entire progr...
This user does not accept Private Messages