Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ main
Method
main
12_LinkedList.java/MergeSort.java:7–15 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
5
6
}
7
public
static
void
main(String args[]) {
8
LinkedList<Integer> ll =
new
LinkedList<>();
9
ll.addLast(4);
10
ll.addLast(3);
11
ll.addLast(2);
12
ll.addLast(1);
13
14
System.out.println(ll);
15
}
16
}
Callers
nothing calls this directly
Calls
1
addLast
Method · 0.95
Tested by
no test coverage detected