Skip to content

akupelikilinc/binary-search-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

binary-tree

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

Root : 7

       7
      / \
    5     8 
   /   \    \
  1     6    9
 /     /
0     3
     /  \
    2     4 

About

Binary Search Tree Projesi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published