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

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: 7 months 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