开发者

Book on Data Structure in PHP [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I am looking for book on data structure which guides in linked list, double linked lis开发者_如何学Got etc and bubble sort etc. I need implementation as well as theory part.


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:

  • http://matthewturland.com/2010/05/20/new-spl-features-in-php-5-3/

If you want to know how these are implemented in PHP, head to the SVN

  • http://svn.php.net/viewvc/php/php-src/trunk/ext/spl/


I'd recommend The Algorithm Design Manual by Steven Skiena (Google books link) - it's one of the best books about algorithms and data structures I ever read. BTW, examples are given in C language.


The name escapes me, but someone had an open source data structure library in java, and I think it was for a book. They ported it to php. I think the name started with an O.

google isn't helping me. Too many link and blog spam sites occupy these topics.

edit--- found it http://www.brpreiss.com/books/opus11/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜