Hi,
I am a bit confused, that in the final node the whole key is stored instead of just the rest of the string. Is this a feature or a bug?
E.g. debugging the example, I saw the following nodes:
"a"; "v"; "enger";"avenger"
I mean can we somehow just store T within m_value and not the whole key again?
Hi,
I am a bit confused, that in the final node the whole key is stored instead of just the rest of the string. Is this a feature or a bug?
E.g. debugging the example, I saw the following nodes:
"a"; "v"; "enger";"avenger"
I mean can we somehow just store T within
m_valueand not the whole key again?