Tuesday 10 September 2013

Same program Running on TC not on GCC

Same program Running on TC not on GCC

I have written a recursive program to generate a dynamic tree and run
BFS(breadth first search) on that. and it will give nodes printed in BFs
order.. It's working perfect on TC but giving segmentation fault In GCC ..
M using mintlinux.... here is the code BFS

No comments:

Post a Comment