Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 200 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 200 Bytes

ergodic

js树实现遍历 通过建立二叉树队列数组,调用firstElementChild和lastElementChild函数依次进入树组,然后通过shift()函数出数组来模拟二叉树的遍历