MCPcopy Create free account
hub / github.com/diptangsu/Sorting-Algorithms / bitonicSort

Method bitonicSort

Java/BitonicSort.java:29–39  ·  view source on GitHub ↗

This is the Sorting function that iteratively sorts the array @param arr The array/sub-array to be sorted @param start Starting Index to condider for sorting @param length Length of array to sort @param direction Directrion of sorting: 1 for ascending order sort and 0 for descending order

(int[] arr, int start, int length, int direction)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
printSortingTimeMethod · 0.95

Calls 1

bitonicMergeMethod · 0.95

Tested by

no test coverage detected