[firejox@myhostname shellsort]$ clang++ -o FibShellSort FibShellSort.cpp --std=c++17 -O3 [firejox@myhostname shellsort]$ ./FibShellSort random integer array with the size 10000000 fib shell sort 3.10 ...