Skip to content
Snippets Groups Projects
Verified Commit ba6a948b authored by Yen-Chen Chen's avatar Yen-Chen Chen
Browse files

Add permuted insertion sort

parent a106e11a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
......@@ -44,6 +44,7 @@ MODULE mo_util_sort
END INTERFACE swap
INTERFACE insertion_sort
MODULE PROCEDURE insertion_sort_permutation_int
MODULE PROCEDURE insertion_sort_int
END INTERFACE insertion_sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment