Jump to content

Permutations: Difference between revisions

m
Line 2,450:
1) Compiled with GNU fortran compiler:
 
gfortran -O3 testing_permutation_algorithms.f90 ; ./a.out
./a.out
 
INPUT N:
Line 2,471 ⟶ 2,470:
b) Compiled with Intel compiler:
 
ifort -O3 testing_permutation_algorithms.f90 ; ./a.out
./a.out
 
INPUT N:
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.