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.
有什么特殊的方法可以做到这一点?(不是代码方法,就像头部的方法)
例如,这是树的后序:1 4 3 2 5 7 8 9 6 10
我怎么知道如何构建树?
谢谢你。