Home > php教程 > php手册 > 二叉树及二叉排序树的PHP实现

二叉树及二叉排序树的PHP实现

WBOY
Release: 2016-06-06 20:12:11
Original
1097 people have browsed it

最近看数据结构搜索到一个文档,屌爆了.php实现的基本的数据结构和算法,二叉树、二叉搜索树、AVL树、B树、链表和常见排序、搜索算法等等都有实现,而且全部是使用面向对象来实现的,只能膜拜。ps:c++,java ruby oc都有,只能说好屌! 源码地址:http://www.brp

最近看数据结构搜索到一个文档,屌爆了.php实现的基本的数据结构和算法,二叉树、二叉搜索树、AVL树、B树、链表和常见排序、搜索算法等等都有实现,而且全部是使用面向对象来实现的,只能膜拜。ps:c++,java ruby oc都有,只能说好屌!
源码地址:http://www.brpreiss.com/books/opus11/public/Opus11-1.0.tar.gz
文档地址:http://www.brpreiss.com/books/opus11/

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template