Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 903 Bytes

Binary Search Tree.md

File metadata and controls

12 lines (9 loc) · 903 Bytes

Binary Search Tree

[7, 5, 1, 8, 3, 6, 0, 9, 4, 2]

Root node: 7

				7
		5				8
	1				6		9		
0		3
	    2	    4