mrtlive / binarySearchTreeAlgorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binarySearchTreeAlgorithm

[7, 5, 1, 8, 3, 6, 0, 9, 4, 2] dizisinin Binary-Search-Tree aşamalarını yazınız.

Örnek: root x'dir. root'un sağından y bulunur. Solunda z bulunur vb.

image image image image image image image image image image

About