algorithm-exercise/zh-tw/binary_search_tree at master · code-hitter/algorithm-exercise · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Binary Search Tree - 二元搜尋樹

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