Ragged Two-Dimensional ArraysTopImage ProcessingMore Scribbles

More Scribbles

Recall that we talked about two implementations of scribbles - one as recursive structures and one represented as arrays. We can do the same thing with collections of scribbles. Here a ScribbleCollection is represented as an array of Scribbles, each of which is represented as an array.


Ragged Two-Dimensional ArraysTopImage ProcessingMore Scribbles