Back to home

data-structures/

js-spiral-matrix

Version: 0.0.2

Last Updated: Unknown


JS Spiral Matrix

/** * [[1,2], * [3,4]] */ matrix(2); /** * [[1,2,3], * [4,5,6] * [7,8,9]] */ matrix(3);

Install


Repository

https://github.com/okeeffed/pkg-data-structures-js-spiral-matrix

Sections