test_suite_m_sort Subroutine

public subroutine test_suite_m_sort()

Arguments

None

Source Code

subroutine test_suite_m_sort()

   call test_sort_shell()
   call test_sort_quick_rx_r()
   call test_sort_quick_rx_i()
   call test_sort_quick_rx_c()
   call test_sort_quick_rx_d()
   call test_sort_quick_compact()

   call test_unique()
   call test_swap()

   call test_tree_insert()
   call test_tree_print()

   call test_sort_heap()

end subroutine test_suite_m_sort