Download the PHP package frvaillant/dichotomic without Composer
On this page you can find all versions of the php package frvaillant/dichotomic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frvaillant/dichotomic
More information about frvaillant/dichotomic
Files in frvaillant/dichotomic
Download frvaillant/dichotomic
More information about frvaillant/dichotomic
Files in frvaillant/dichotomic
Vendor frvaillant
Package dichotomic
Short Description This package aims to helps to easily implement the resolution of a dichotomous algorithm
License MIT
Package dichotomic
Short Description This package aims to helps to easily implement the resolution of a dichotomous algorithm
License MIT
Please rate this library. Is it a good library?
Informations about the package dichotomic
Dichotomic Algorithm resolver
If you have to implement an algorithm that is a succession of questions which responses are true or false, you can use Algorithm resolver to help you to implement its resolution.
setup
Create your algo Class
Make the array representing your algorithm
This is a basic example used in order to determinate some bird species answering a few questions : Has this bird a hooked beak ? If yes is it nocturnal ? if yes has it some feather crests ? If no it is an owl.
implement all methods you need in BirdAlgo class
Create index.php file
All versions of dichotomic with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package frvaillant/dichotomic contains the following files
Loading the files please wait ....