LoginSignup
0
0

More than 5 years have passed since last update.

sort > link > 8項目程度のソート > 挿入ソートを薦めるのが多い

Last updated at Posted at 2016-09-13

8項目程度をソートする場合、どれがいいのだろうか。

stackoverflowにて以下を見つけた。
http://stackoverflow.com/questions/2748749/fast-algorithm-implementation-to-sort-very-small-list

アルゴリズムのシンプルさなども考慮して、挿入ソートが良いという回答が多い。

項目数が固定であればそれに最適なソートがある、というJustin Peelの回答も興味深い。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0