Compare commits
19 commits
189cdcf05a
...
763ee444d4
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 763ee444d4 | ||
Bruno BELANYI | 5e3ba4fb04 | ||
Bruno BELANYI | 0030310952 | ||
Bruno BELANYI | dda444bdc0 | ||
Bruno BELANYI | aea5587742 | ||
Bruno BELANYI | c13abdc134 | ||
Bruno BELANYI | 987078068f | ||
Bruno BELANYI | f0b3c77862 | ||
Bruno BELANYI | 6a1c074e32 | ||
Bruno BELANYI | c413bb82a4 | ||
Bruno BELANYI | 937cd8e730 | ||
Bruno BELANYI | 3ca80055e2 | ||
Bruno BELANYI | ea9fe25571 | ||
Bruno BELANYI | bbcc1f97ce | ||
Bruno BELANYI | b56078f917 | ||
Bruno BELANYI | 9bb821d48d | ||
Bruno BELANYI | c690620d03 | ||
Bruno BELANYI | fd5a0fe7e1 | ||
Bruno BELANYI | 9afd83ca4d |
|
@ -79,7 +79,7 @@ def get(self, key: str) -> T | None:
|
|||
return self._children[key[0]].get(key[1:])
|
||||
```
|
||||
|
||||
### Insertion
|
||||
### Addition
|
||||
|
||||
Adding a new value to the _Trie_ is similar to a key lookup, only this time we
|
||||
store the new value instead of returning it.
|
||||
|
|
Loading…
Reference in a new issue