1 2 3 4 5 |
/* you're given a double linked list .. reverse it and then print it. * don't use STL's list - use your own implementation. * this is a typical coding interview question! don't say it is simple :) * @auth: AK / AddaxSoft.com */ |
Read More
Recent Comments