mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-30 00:56:24 +08:00
`random_shuffle` was removed in C++17, however, we're using C++11 here, so there should be no harm.
`random_shuffle` was removed in C++17, however, we're using C++11 here, so there should be no harm.