programming-team-code / programming_team_code_rust

rustaceans
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

trie golf/nit #84

Closed lrvideckis closed 2 weeks ago

lrvideckis commented 2 weeks ago

also you used v for the "current node" and u for the "child node", whereas I've been doing it the other way around (like here)

Thoughts on standardizing this? BTW KACTL does it your way