MCPcopy
hub / github.com/algorithm-visualizer/algorithm-visualizer / Main

Method Main

src/files/skeletons/code.java:33–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 Main() {
34 // visualize {
35 Layout.setRoot(new VerticalLayout(new Commander[]{array2dTracer, logTracer}));
36 array2dTracer.set(messages);
37 Tracer.delay();
38 // }
39 highlight(0);
40 }
41
42 public static void main(String[] args) {
43 new Main();

Callers

nothing calls this directly

Calls 2

highlightMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected