Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created August 30, 2019 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/3f834a4d97a608a18807fdbb9e359948 to your computer and use it in GitHub Desktop.
Save todorok1/3f834a4d97a608a18807fdbb9e359948 to your computer and use it in GitHub Desktop.
ノームソートアルゴリズムのC#実装の実行例。
元の配列
26, 400, 19, 504, 8, 500, 58, 14, 401, 168, 13
*** 最終結果 ***
配列の大きさは11、中身は : 8, 13, 14, 19, 26, 58, 168, 400, 401, 500, 504
処理回数は 70 回、 交換回数は 31 回でした。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment