In C++, STL Standard Template Library has many algorithms for some operations like searching, counting, and manipulation of ranges and their elements. C++17 has a new feature that you can sort vectors with Parallel STL Algorithm.
In C++ Builder, Vectors can be used and sorted by Parallel STL Algorithm as below.
[crayon-683ae0be48d8d502740956/]