MCPcopy Create free account
hub / github.com/careercup/ctci / main

Method main

java/Chapter 17/Question17_6/Question.java:99–102  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

97 }
98
99 public static void main(String[] args) {
100 int[] array = {1, 2, 4, 7, 10, 11, 8, 12, 5, 7, 16, 18, 19};
101 findUnsortedSequence(array);
102 }
103
104}

Callers

nothing calls this directly

Calls 1

findUnsortedSequenceMethod · 0.95

Tested by

no test coverage detected