I hereby claim:
- I am vegasje on github.
- I am vegasje (https://keybase.io/vegasje) on keybase.
- I have a public key ASDYMemhVKVAUtTxRCgDK9iUVDTnpeyHxAZtw6oFwP_iVwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
=
| <?php | |
| class LinkedList { | |
| private $data; | |
| private $next; | |
| private function __construct() {} | |
| public static function fromArray($array) { | |
| $head = new LinkedList(); |