Skip to content

ifossz/traversal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

2D Array Traversal

  • An iterator that implements the traversal could be found in the array2d.Array2dIterator class.
  • The array2d.Main class shows an example of how to use the iterator and print the result.
  • Unit tests could be found in array2d.Array2dIteratorTest.

Suggestion for improvements

  • Make the iterator generic to handle 2D arrays of any type not just ints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages