Adding missing chapters from exercises.

This commit is contained in:
Ólafur Waage 2021-09-21 14:48:37 +02:00
parent e99237c0ec
commit 4b9f88013d
1 changed files with 7 additions and 1 deletions

View File

@ -22,4 +22,10 @@ waage: Maybe the "isIntersection" for the AI. Create an array of GridPosition an
?
# Iterators and algorithms
waage: Do we add iterators to the Position or GridPosition classes? How about for the Board, so you can iterate through rows/columns?
waage: Do we add iterators to the Position or GridPosition classes? How about for the Board, so you can iterate through rows/columns?
# Lambdas and Function Templates
?
# Algorithmic Thinking
?