Hi there!
What I'm trying to do is have multiple lists have the same length (size) so I can iterate easily over them later.
I want to "extend" the size of the smaller lists to match that of the largest list without just tacking on entries, I want to distribute the data.
I've been trying for hours now (at least 7) and can't quite get it.
(if it helps, they are ArrayList<Double>)
Any help is appreciated.
-- Turt2Live