mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
59d5dcca1d
It is wasteful of the first element of the array, so start at 0. Also std:swap was re-implemented just use swap available in C++ library instead.