My C language program unable to store more than 500 nodes (binary tree). Is there any way to extends the capacity or something like that.
My C language program unable to store more than 500 nodes (binary tree). Is there any way to extends the capacity or something like that.
Generally... it's an infinite amount you can create, but it depends on your system's resources. If you don't have the memory to create more, you won't be able. What error are you getting? Is it a double-linked list?
Last edited by vol7ron; 03-05-2009 at 10:46 PM.
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!