From faa82f0a6004026c94a6415baf5e138b48dc1629 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 24 Oct 2024 18:32:55 +0200 Subject: implement weird dijkstra --- input/test.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 input/test.txt (limited to 'input') diff --git a/input/test.txt b/input/test.txt new file mode 100644 index 0000000..744a62a --- /dev/null +++ b/input/test.txt @@ -0,0 +1,25 @@ +rows=18,cols=32 +letter,rgb,weight +Y,[255,255,0],1 +B,[0,0,255],4 +R,[255,0,0],10 +G,[195,195,195],2 + +________________________________ +__RRRRRR______________________R_ +__RRRRRBBBBBBBBBBBBBBBBBB_____R_ +__RRRRRBBBBBBBGGBBBBBBBBB_____R_ +__RRRRRR______GG______________R_ +__RRRRRR______GG______________R_ +______________GG______________R_ +_________Y____GG______________R_ +_________Y____GG______________R_ +_________Y____GG______________R_ +_________Y____GG______________R_ +_________Y____GG______________R_ +__BBBBBBBBBBBBBBBBBBBBBB______R_ +_________Y____GG______________R_ +_________Y____GG______________R_ +______________GG______________R_ +________________________________ +________________________________ -- cgit v1.2.3