MCPcopy Index your code
hub / github.com/hustcc/JS-Sorting-Algorithm / choiceSort

Method choiceSort

src/java/test/ArraySortTest.java:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 @Test
85 public void choiceSort() throws Exception {
86 assertArrayEquals(sortedArray, new SelectionSort().sort(array));
87 }
88
89 @Test
90 public void insertSort() throws Exception {

Callers

nothing calls this directly

Calls 1

sortMethod · 0.65

Tested by

no test coverage detected