Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 306 Bytes

File metadata and controls

3 lines (2 loc) · 306 Bytes

Binary Search Tree - 二元搜尋樹

二元搜尋樹的定義及簡介在 Binary Search Trees 中已經有所介紹。簡單來說就是每個節點的值大於等於左子結點的值,而小於右子節點的值。