LoginSignup
2
2

More than 5 years have passed since last update.

node.jsのソートアルゴリズム

Last updated at Posted at 2015-06-20

配列の要素数が22以下の場合は挿入ソート。
23以上の場合はクイックソート。

ここに書いてありました。
https://github.com/v8/v8-git-mirror/blob/cbf9137707edcc6c4e09b2a680667a52c3226621/src/array.js#L893

2
2
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
2
2