Skip to content

atakbeso/Merge-Sort-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Merge-Sort-Project

Data Structures and Algorithms >Merge Sort>Project

Proje 2


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

dizinin sort türüne göre aşamaları

1- [22,27,16]  [2,18,6] 

2- [22,27] [16]  [2,18,6]

3- [22] [27] [16]  [2,18,6]

4- [22,27] [16]  [2,18,6]

5- [16, , ]   [2,18,6]

6- [22,27] []  

7- [16,22,27]  [2,18,6]

8- [16,22,27]  [2,18] [6]

9- [16,22,27]  [2] [18] [6]

10- [16,22,27]  [2,18] [6]

11- [16,22,27]  [2, , ]

12- [16,22,27]  [ ,18] [6]

13- [16,22,27]  [2,6, ]

14- [16,22,27]  [ ,18] []

15- [16,22,27]  [2,6,18]

16- [ , , , , , ]

17- [16,22,27]  [2,6,18]

18- [2, , , , , ]

19- [16,22,27]  [ ,6,18]

20- [2,6, , , , ]

21- [16,22,27]  [ , ,18]

22- [2,6,16, , , ]

23- [ ,22,27]  [ , ,18]

24- [2,6,16,18, , ]

25- [ ,22,27]  [ , , ]

26- [2,6,16,18,22,27]

Big-O gösterimi


Big O(nlogn)

About

Data Structures and Algorithms >Merge Sort>Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published