Skip to content

Instantly share code, notes, and snippets.

@lSelectral
Created March 25, 2022 07:51
Show Gist options
  • Save lSelectral/816d09a10b7d2a25f40c1f62d87d14e9 to your computer and use it in GitHub Desktop.
Save lSelectral/816d09a10b7d2a25f40c1f62d87d14e9 to your computer and use it in GitHub Desktop.

Bu diziyi Merge Sort'a göre düzenleyiniz

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


16,21,11 8,12,22

16 21,11 8 12,22

16 21 11 8 12 22

16 11,21 8 12,22

11,16,21 8,12,22

8,11,12,16,21,22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment