aboutsummaryrefslogtreecommitdiff
path: root/2024/learned.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-09 14:06:37 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-09 14:06:37 +0100
commit9a1f073f8e33e8b0d6c97332f51161683cfc6e58 (patch)
treee6d0fab34f4d0c4270cbbe552cb94507194d1c50 /2024/learned.txt
parent93f9d02e978d10b4ff02ac029b6a6eff3d3193cf (diff)
downloadaoc-9a1f073f8e33e8b0d6c97332f51161683cfc6e58.tar.gz
aoc-9a1f073f8e33e8b0d6c97332f51161683cfc6e58.zip
Day 9 with views::reverse
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 86d32ff..56fa515 100644
--- a/2024/learned.txt
+++ b/2024/learned.txt
@@ -7,3 +7,4 @@ List of things I learned (or refreshed) with this year's AoC.
7 to assign two variables at once with a pair of references pair<int&, int&> 7 to assign two variables at once with a pair of references pair<int&, int&>
8* Day 5: std::find and std::replace 8* Day 5: std::find and std::replace
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

Generated with cgit - Back to sebastiano.tronto.net