Skip to content

oguzhanklft/MergeSortProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

MergeSortProject

[16,21,11,8,12,22] dizisinin merge sort türüne göre asamalari

[16,21,11] [8,12,22]

[16,21] [11] [8,12] [22]

[16] [21] [11] [8] [12] [22]

[11,16,21] [8,12,22]

[8,11,12,16,21,22]

Big-O gösterimi: O(n.logn)

Releases

No releases published

Packages

No packages published