Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Method
main
Java/Array/PushZeroEnd.java:90–97 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
88
}
89
90
public
static
void
main(String[] args) {
91
92
int
[] arr = takeInput();
93
pushZero(arr);
94
printArray(arr);
95
96
97
}
98
}
Callers
nothing calls this directly
Calls
3
takeInput
Method · 0.95
pushZero
Method · 0.95
printArray
Method · 0.95
Tested by
no test coverage detected