Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 318 Bytes

Sorting Algorithms

Implementing some sorting algorithms in Fortran for its basic data types.

Details

Each algorithm is implemented in its own module and is accompanied by a small test script. Some extra modules are defined in a separate folder to implement data type accuracy selection and writer procedures.