Finding Node with biggest value on level lev (Java, BST)

前端 未结 0 2017
旧时难觅i
旧时难觅i 2021-02-19 14:54

I need to write a method T bigOnLevel(int lev) that finds the node with the biggest value on the level lev. Since I\'m new to java generics, I\'m getting issues with the T. My i

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