Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anhoder/data-structure

There are some data structure implemented by PHP.
https://github.com/anhoder/data-structure

data-structure data-structures ds

Last synced: 4 days ago
JSON representation

There are some data structure implemented by PHP.

Awesome Lists containing this project

README

        

## data-structure

There are some data structure implemented by PHP.

* LinkedList
* DoublyLinkedList
* CircularLinkedList
* Queue
* UniqueQueue
* HashTable
* Set
* Stack