PHP数据结构扩展

PHP数据结构扩展

    Data Structures
    https://www.php.net/manual/zh/book.ds.php

    DS\Collection   Collection集合
    DS\Hashable     HASHDS\Sequence     序列 [0, 1, 2,, size - 1]
    DS\Vector       向量
    DS\Deque        双向队列
    DS\Map          map
    DS\Pair         一对 ?
    DS\Set          Set集合
    DS\StackDS\Queue        队列
    DS\PriorityQueue 优先队列
发布了415 篇原创文章 · 获赞 25 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/raoxiaoya/article/details/104015481