Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一种以最佳方式在完整二叉树中找到给定节点的方法。我知道使用前序、中序或后序遍历的基本方法。我正在寻找更好的答案。