Binary search tree optimisation using python list

后端 未结 0 1427
广开言路
广开言路 2020-12-23 10:09

I have to make a BST implementation without making use of classes Each node is a list of length four where positions 0 = key, 1 = value, 2 = left-child, 3 = right-child

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