Search found 2 matches

by felix_halim
Thu Apr 22, 2004 2:25 pm
Forum: Other words
Topic: XML Stats are near!
Replies: 13
Views: 7966

When is it implemented?

This XML feature would be awesome.
But why it took a long time to be implemented?
I really looking forward for this feature...
by felix_halim
Sat Apr 17, 2004 6:14 am
Forum: Volume 6 (600-699)
Topic: 677 - All Walks of length "n" from the first node
Replies: 17
Views: 10237

Maybe you forgot to print "no walk of length n" if the path doesn't exist :P

Don't forget! n is variable!
You should printf("no walk of length %d\n",n);
instead of puts("no walk of length n");

Go to advanced search