User profile: KrishnaV

User info
User name:KrishnaV
History
Joined:
Number of posts:12
Latest posts:

Recursion, possible search tree
Dynamically allocated nodes..linked together...its like a linked list but each node in the list can ...

I'm confused about this code.
[quote]But are there any situations when this can be useful?[/quote] yes, to have fun on forums l...

Prime nos
sure I or anyone can help. if you post your solution, I'll tell you whats wrong with it if there's a...

Prime nos
First you need to store all the primes less than 100000 in an array or a binary-search-tree. I'll...

Recursion, possible search tree
First you need to create the graph (with nodes linked to other nodes). Each node in the graph repre...