Is there a way to do the following at the same time?
static final int UN = 0; // uninitialized nodes int[] arr; // ... code ... arr = new int[size]; for (int i
int arr[] = { 0, 0, 0, 0, 0 };