Compare commits
19 commits
763ee444d4
...
189cdcf05a
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 189cdcf05a | ||
Bruno BELANYI | de48eb9e94 | ||
Bruno BELANYI | 27152689ea | ||
Bruno BELANYI | 8e304ec8a9 | ||
Bruno BELANYI | d1a67510ef | ||
Bruno BELANYI | 2c31c1aff2 | ||
Bruno BELANYI | a0e20dd341 | ||
Bruno BELANYI | e05ed1cc4a | ||
Bruno BELANYI | 798116716f | ||
Bruno BELANYI | 1d37e00b3a | ||
Bruno BELANYI | 72057a3224 | ||
Bruno BELANYI | 3992996a89 | ||
Bruno BELANYI | 0084c8717a | ||
Bruno BELANYI | f4a64b2a37 | ||
Bruno BELANYI | 4d69be0633 | ||
Bruno BELANYI | 091e8527e3 | ||
Bruno BELANYI | a4976aeefb | ||
Bruno BELANYI | 239d5c3dbd | ||
Bruno BELANYI | 55982909d2 |
|
@ -79,7 +79,7 @@ def get(self, key: str) -> T | None:
|
|||
return self._children[key[0]].get(key[1:])
|
||||
```
|
||||
|
||||
### Addition
|
||||
### Insertion
|
||||
|
||||
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