MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / SinglyLinkedNode

Method SinglyLinkedNode

Programs/RotateLinkedList.java:10–12  ·  view source on GitHub ↗
(int val)

Source from the content-addressed store, hash-verified

8 SinglyLinkedNode next;
9
10 public SinglyLinkedNode(int val) {
11 this.val = val;
12 }
13}
14
15/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected