https://github.com/webfiori/collections
Data structures used by WebFiori framework.
https://github.com/webfiori/collections
collections hacktoberfest linked-list queue stack webfiori-framework
Last synced: about 1 year ago
JSON representation
Data structures used by WebFiori framework.
- Host: GitHub
- URL: https://github.com/webfiori/collections
- Owner: WebFiori
- License: mit
- Created: 2020-09-09T18:26:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T22:00:16.000Z (over 1 year ago)
- Last Synced: 2025-04-10T05:07:45.674Z (about 1 year ago)
- Topics: collections, hacktoberfest, linked-list, queue, stack, webfiori-framework
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebFiori Collections
Basic data structures used by WebFiori framework.
## Supported PHP Versions
| Build Status |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
|
|
|
|
|
|
|
## Supported Collections
* Linked List
* Stack
* Queue