From 0801401f94a28798a71422cc9906d59aa17cbf59 Mon Sep 17 00:00:00 2001 From: Dazbo Date: Sat, 28 Dec 2024 18:16:33 +0000 Subject: [PATCH] Add LAN Party link to doc page --- docs/python/networkx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/python/networkx.md b/docs/python/networkx.md index 12cd1d4..9a96f47 100644 --- a/docs/python/networkx.md +++ b/docs/python/networkx.md @@ -457,3 +457,4 @@ def solve_part2(data, real=True): - [Seating arrangement - 2015 Day 13](/2015/13) - [Cave navigating and visualisation - 2021 Day 12](/2021/12) - [Hillclimbing - shortest path length and multi_source_dijkstra - 2022 Day 12](/2022/12) +- [LAN Party - AoC 2024 Day 23](https://colab.research.google.com/github/derailed-dash/Advent-of-Code/blob/master/src/AoC_2024/Dazbo's_Advent_of_Code_2024.ipynb)