A first exploration of doing a matrix iterator.
This commit is contained in:
parent
ee1e2e5bc5
commit
da0b941dfd
4 changed files with 228 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
TODAY'S GOAL:
|
||||
|
||||
* Change the test matrix to be irregular dimensions.
|
||||
* Study https://github.com/hirdrac/gx_lib/blob/main/gx/Unicode.hh
|
||||
* Study this https://en.cppreference.com/w/cpp/language/explicit
|
||||
* Study https://en.cppreference.com/w/cpp/language/member_functions#Special_member_functions
|
||||
|
||||
* Light should flood using the dijkstra map rather than use a box.
|
||||
|
||||
-1. Learn std::initializer_list by using it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue