We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

ducky • 11 years ago

I am also using linked list in our software. Instead of using the tranversal framework, I did the path traversal manually. So the above example would look something like the following code: https://gist.github.com/duc...

It was faster than the traversal framework as we know the exact domain problem at hand.