二元樹的建構: 樹的重建(Tree Reconstruction)
  • 1:20:08,
  • 2,064 views,
  • 2017-05-28,
  • 上傳者: 系統管理者,
  •  0
 
 
 
  • 1. Tree Reconstruction樹的重建
  • 2. Observation 1: breath first search (BFS)
  • 3. Observation 2: depth first search (DFS)
  • 4. Observation 3.1: left child and right sibling (DFS+BFS)
  • 5. Observation 3.2: left child and right sibling (DFS+BFS)
  • 6. Rule 1: the first two nodes with child link
  • 7. Rule 2.1: backtrack sib via BFS
  • 8. Rule 2.2: backtrack sib via BFS
  • 9. Rule 3: both adjacent and ascending in DFS and BFS
  • 10. Rule 4: otherwise with child link
  • 11. Observation 4.1: special case 1 (descending)
  • 12. Observation 4.2: special case 2 (ascending)
  • 13. Design Issue 1: node structure
  • 14. Design Issue 2.1: inverted index of BFS
  • 15. Design Issue 2.2: inverted index of BFS
  • 16. Design Issue 3: side by side must be sibling
  • 17. Design Issue 4: show answer
  • 18. Coding Part 1: scan BFS and DFS
  • 19. Coding Part 2: reconstruction
  • 20. Coding Part 3: show answer
1/20
Volume
  • 速度 :
  • 畫質 :
  • 播放設定
00:00/1:20:08
00:00/01:18
 
 
    訪客如要回應,請先 登入
      解析度 : x
      資料夾 :
      標籤 :
      發表時間 :
      2017-05-28 07:36:15
      觀看數 :
      2,064
      長度 :
      1:20:08
      發表人 :
      系統管理者
      部門 :
      www
      QR Code :