Convert an Array with 'nulls' to BST and vice versa in C#

后端 未结 0 1956
孤城傲影
孤城傲影 2020-12-20 04:34

I have been practicing LeetCode Problems and i came across a question to convert an array such as,

int[] array = new int[7] { 4 , 2 , 9 , 3 , 5 , **null** , 7         


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