check if nested list is binary search tree

后端 未结 0 753
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 21:22

I am trying to implement function that checks if nested list is binary search tree
for e.g [50, [44, 30, 48], [80, [66, 60, 67], 88]] i have this list that

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