The forgex_sort_m
module provides an implementation of
sorting algorithms for integer arrays.
Currently, complex sorting algorithms are not required, only simple algorithms are used, but this does not constrain future implementations.
Implementing insertion sort instead of this algorithm is considered.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout) | :: | list(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | list(:) |