Skip to content

nejatkitis/Merge-Sort-Projesi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Merge-Sort-Project

[16,21,11,8,12,22] // initial state

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

[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]

O(nlogn)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published