heap_sort Function

public function heap_sort(array_origin) result(array_sorted)

ヒープソート

Arguments

Type IntentOptional Attributes Name
type(content_t), intent(in) :: array_origin(:)

Return Value type(content_t), (size(array_origin))


Calls

proc~~heap_sort~~CallsGraph proc~heap_sort sort_m::heap_sort node node proc~heap_sort->node

Called by

proc~~heap_sort~~CalledByGraph proc~heap_sort sort_m::heap_sort proc~test_sort sort_test::test_sort proc~test_sort->proc~heap_sort program~sort_test sort_test program~sort_test->proc~test_sort

Contents