Skip to content

Conversation

@ColmBhandal
Copy link
Owner

@ColmBhandal ColmBhandal commented Jun 18, 2020

Description

Made 2D one-based array an enumerable with row major order iteration. That means all elements in row 1 come before all elements in row 2 etc, and then within a row, the elements are ordered via the columns.

Also added a test that asserts the iterated order is row major as expected for a small array
@ColmBhandal ColmBhandal linked an issue Jun 18, 2020 that may be closed by this pull request
@ColmBhandal ColmBhandal merged commit b92c17b into master Jun 18, 2020
@ColmBhandal ColmBhandal deleted the feature/enumerable-2d-one-based-array branch June 22, 2020 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make One Based 2D Arrays Enumerable

3 participants