Download the PHP package james.rus52/data_structure without Composer
On this page you can find all versions of the php package james.rus52/data_structure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package data_structure
Data Strucures
This is my own simple implementation of basic data structures
- MyListNode - Simple object to store you data
- MyList - List with link to the next data node, implemented with MyListNode
- MyStack - Stack implementation with MyList
- MyQueue - Queue implementation with two instance of MyStake
- MyGraph - Graph with find fasters route by Dijkstra’s algorithm
How to install
composer require james.rus52/data_structure
How to use
See example_\<structure>.php
All versions of data_structure with dependencies
PHP Build Version
Package Version
No informations.
The package james.rus52/data_structure contains the following files
Loading the files please wait ....