Skip to content

This project focuses on implementing and exploring the Binary Search Tree data structure with various operations and functionalities.

Notifications You must be signed in to change notification settings

Asroyx/Binary-Search-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binary Search Tree Aşamaları

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

Aşamalar

  1. Root 7'dir.

  2. 5, 7'den küçük, soluna eklenir.

  3. 1, 7'den ve 5'ten küçük, 5'in soluna eklenir.

  4. 8, 7'den büyük, sağına eklenir.

  5. 3, 7'den ve 5'ten küçük, 1'den büyük, 1'in sağına eklenir.

  6. 6, 7'den küçük, 5'ten büyük, 5'in sağına eklenir.

  7. 0, hepsinden küçük, 1'in soluna eklenir.

  8. 9, 7 ve 8'den büyük, 8'in sağına eklenir.

  9. 4, 7 ve 5'ten küçük, 1 ve 3'ten büyük, 3'ün sağına eklenir.

  10. 2, 7 ve 5'ten küçük, 1'den büyük, 3'ten küçük, 3'ün soluna eklenir.

Sonuç

Merge Sorting Scheme

About

This project focuses on implementing and exploring the Binary Search Tree data structure with various operations and functionalities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published