Revert "Merge branch 'tmp3'"
This reverts commited1ad0566f
, reversing changes made to6ee909914d
.
This commit is contained in:
4
Trie.php
4
Trie.php
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
class Trie implements ArrayAccess, IteratorAggregate //, Countable //, Iterator
|
||||
class Trie implements ArrayAccess, IteratorAggregate, Countable
|
||||
{
|
||||
public array $noeud = [];
|
||||
private $nb_branches = 0;
|
||||
@ -79,3 +79,5 @@ class Trie implements ArrayAccess, IteratorAggregate //, Countable //, Iterator
|
||||
return $this->nb_branches;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user