Draw Solution Complexity The solution fills the shape with O(weight*height) complexity Example of usage: var shape = draw(params.w, params.h, params.p); printShape(shape, params.w, params.h); EOF