How would I add an array of strings into a binary tree without hitting max iterations in Python?

前端 未结 0 887
暗喜
暗喜 2020-12-13 03:49

I have a dictionary of words containing 370100 elements (strings). I need to add them into a binary tree to sort and find them. How would I do this without hitting python\'s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题