abhishek.verma98

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.
CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.
Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.
Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.
One more solution though its a bit space consuming. Break all the string nodes to individual character nodes.
- abhishek.verma98 May 28, 2015a -> bc -> de -> NULL
will be converted to
a -> b -> c -> d -> e -> NULL
This becomes easy question to solve now. Check whether the linked list is palindrome or not as it contains only single character per node now.