aboutsummaryrefslogtreecommitdiff
path: root/2024/learned.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-19 07:21:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-19 07:21:47 +0100
commit3c8331701f9f77c28847d678b935d5efb9a5d575 (patch)
treefbcc7d334c3879fa2b7ecf65acec46ecc4b484bd /2024/learned.txt
parent509f58966da1c4da1b532fc5a2e271eeae7afd10 (diff)
downloadaoc-3c8331701f9f77c28847d678b935d5efb9a5d575.tar.gz
aoc-3c8331701f9f77c28847d678b935d5efb9a5d575.zip
Improved part 2 day 19 2024 with string_view
Diffstat (limited to '2024/learned.txt')
-rw-r--r--2024/learned.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/learned.txt b/2024/learned.txt
index 440571a..ba00c6c 100644
--- a/2024/learned.txt
+++ b/2024/learned.txt
@@ -9,3 +9,4 @@ List of things I learned (or refreshed) with this year's AoC.
9* Day 8: set::insert_range(), but it is from C++23 only 9* Day 8: set::insert_range(), but it is from C++23 only
10* Day 9: std::views 10* Day 9: std::views
11* Day 11: if(init; cond) 11* Day 11: if(init; cond)
12* Day 19: more practice with std::string_view for constant string

Generated with cgit - Back to sebastiano.tronto.net