From 4b9f88013d42fe9128b37191007592fdf6e3a088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20Waage?= Date: Tue, 21 Sep 2021 14:48:37 +0200 Subject: [PATCH] Adding missing chapters from exercises. --- small-exercises2.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/small-exercises2.md b/small-exercises2.md index fdae093..41bc886 100644 --- a/small-exercises2.md +++ b/small-exercises2.md @@ -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? \ No newline at end of file +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 +? \ No newline at end of file