Problem I have written a quick sort routine to inplace sort an array in descending order: module sort contains recursive […]
Tag: fortran
Checking whether two lists contain the same elements
Problem I have two lists of numbers: {j1,j2,j3,j4} {j1,j2,j3,j4} The problem I want to solve is: Inside a loop, if […]