MCPcopy Create free account
hub / github.com/apna-college/Alpha / main

Method main

12_LinkedList.java/DoubleLL.java:77–88  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

75 }
76
77 public static void main(String args[]) {
78 DoubleLL dll = new DoubleLL();
79 dll.addFirst(3);
80 dll.addFirst(2);
81 dll.addFirst(1);
82
83 dll.print();
84 dll.reverse();
85 dll.print();
86
87
88 }
89}

Callers

nothing calls this directly

Calls 3

addFirstMethod · 0.95
printMethod · 0.95
reverseMethod · 0.95

Tested by

no test coverage detected