All pastes #2093267 Raw Edit

Miscellany

public text v1 · immutable
#2093267 ·published 2011-11-09 06:54 UTC
rendered paste body
ArrayList < ArrayList <Integer> > arr = new ArrayList();
for(int i = 0; i < no; i++)
  arr.add(new ArrayList <Integer>());