Ecosyste.ms: Awesome
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: 4 days ago
JSON representation
There are some data structure implemented by PHP.
- Host: GitHub
- URL: https://github.com/anhoder/data-structure
- Owner: anhoder
- License: mit
- Created: 2020-09-02T05:27:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T15:54:30.000Z (over 4 years ago)
- Last Synced: 2024-11-28T14:44:52.525Z (2 months ago)
- Topics: data-structure, data-structures, ds
- Language: PHP
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## data-structure
There are some data structure implemented by PHP.
* LinkedList
* DoublyLinkedList
* CircularLinkedList
* Queue
* UniqueQueue
* HashTable
* Set
* Stack