I am looking for book on data structure which guides in linked list, double linked list etc and bubble sort etc. I need implementation as well as theory part.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not a book but a blog post by Matthew Turland walks you through the SPL Datastructures (including Lists) and was recently (12/14/2010) updated for PHP 5.3.4 and Ubuntu 10.10:
If you want to know how these are implemented in PHP, head to the SVN