algorithms-sedgewick-python icon indicating copy to clipboard operation
algorithms-sedgewick-python copied to clipboard

TernarySearchTries -> Keys wrong?

Open joe63 opened this issue 3 years ago • 0 comments
trafficstars

Hallo .

Refering to chapter_5/module_5_2.py section TernarySearchTries I tried the keys()-method.

I inserted: ['she', 'sells', 'sea', 'shells', 'by', 'the', 'sea', 'shore'].

the result from keys() -> ['ea', 'ells', 'he', 'hells', 'hore']

Can you pls help me?

BR Johann

joe63 avatar Nov 08 '22 11:11 joe63