Discussion:
A3Q3
(too old to reply)
Adrian Vantyghem
2011-06-12 15:18:01 UTC
Permalink
Hi,

When writing the function void insert (...), is it really necessary that
it be a recursive function? I'm finding it significantly easier to add
words without using recursion.

Thanks,
Adrian
Adrian Vantyghem
2011-06-12 15:37:39 UTC
Permalink
Nevermind, I got it working with recursion.
Post by Adrian Vantyghem
Hi,
When writing the function void insert (...), is it really necessary that
it be a recursive function? I'm finding it significantly easier to add
words without using recursion.
Thanks,
Adrian
Loading...