Skip to content

ashenhair/Veri-Yap-lar-ve-Algoritmalar-Binary-Search-Tree-Projesi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Veri-Yap-lar-ve-Algoritmalar-Binary-Search-Tree-Projesi

Binary Search Tree Projesi

[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