mirror of
https://github.com/Baipyrus/AoC-23.git
synced 2024-12-27 20:41:45 +00:00
Compare commits
No commits in common. "35a96647a557ca4ee245df2b6d6cba5aef24be94" and "774fd15ec453998242d616cb297c2ab1461ad7b3" have entirely different histories.
35a96647a5
...
774fd15ec4
@ -1,12 +1,8 @@
|
|||||||
import { readFileSync } from "fs";
|
import { readFileSync } from "fs";
|
||||||
const t0 = performance.now();
|
const t0 = performance.now();
|
||||||
|
|
||||||
const input = readFileSync("input.txt").toString().split("\n")[0].split(",");
|
const input = readFileSync("input.txt").toString();
|
||||||
const hashes = input.map((e) =>
|
console.log(input);
|
||||||
e.split("").reduce((a, i) => ((a + i.charCodeAt(0)) * 17) % 256, 0)
|
|
||||||
);
|
|
||||||
const sum = hashes.reduce((a, i) => a + i);
|
|
||||||
console.log(sum);
|
|
||||||
|
|
||||||
const t1 = performance.now();
|
const t1 = performance.now();
|
||||||
console.log(`Runtime: ${t1 - t0}ms`);
|
console.log(`Runtime: ${t1 - t0}ms`);
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
const t0 = performance.now();
|
|
||||||
|
|
||||||
const input = readFileSync("input.txt").toString().split("\n")[0].split(",");
|
|
||||||
const hashes = input.map((e) =>
|
|
||||||
e.split("").reduce((a, i) => ((a + i.charCodeAt(0)) * 17) % 256, 0)
|
|
||||||
);
|
|
||||||
const sum = hashes.reduce((a, i) => a + i);
|
|
||||||
console.log(sum);
|
|
||||||
|
|
||||||
const t1 = performance.now();
|
|
||||||
console.log(`Runtime: ${t1 - t0}ms`);
|
|
@ -1,8 +0,0 @@
|
|||||||
import { readFileSync } from "fs";
|
|
||||||
const t0 = performance.now();
|
|
||||||
|
|
||||||
const input = readFileSync("input.txt").toString();
|
|
||||||
console.log(input);
|
|
||||||
|
|
||||||
const t1 = performance.now();
|
|
||||||
console.log(`Runtime: ${t1 - t0}ms`);
|
|
110
Day16/input.txt
110
Day16/input.txt
@ -1,110 +0,0 @@
|
|||||||
\.\............/........|............/.-....................|............|.......-..............//....../../..
|
|
||||||
......\.-/..|...............-...-\......../.............-.../.............../........-................../../..
|
|
||||||
.........\..\......................................................../\.......\.............................-.
|
|
||||||
....|.........-..................|..../....-......................................|.../...............|.../...
|
|
||||||
.....|...|..-....|................/............./......./............../|.......|.....|.................../...
|
|
||||||
.........-............../.|.-...\..........................|..................//............-\......|.........
|
|
||||||
.........|...................||.........-.|/.......---...-...........\........\.-...\..../......|.............
|
|
||||||
.......|-................................................................./........../..../...................
|
|
||||||
......-......|......././...............................\.....\.........|...........|..\-............|\........
|
|
||||||
|...\.............................-...\\-.................|................................-.........|........
|
|
||||||
...\....|.|........................-.........................\..|............................-....|...........
|
|
||||||
\.........|..|./....................../..........-......|...-....................\....-../...\.-.....|/.......
|
|
||||||
......\./................|...................-....../..................................|.......-....-.........
|
|
||||||
......-.........................................|....\..................../-./-.......|........./.............
|
|
||||||
................|...|...\....\....-....//........./...../.....-..............|\.|..\.........\......./\....\.\
|
|
||||||
.\...|.....|......./....-...........|.............-..\...-..-....................|.../.....-...........--.....
|
|
||||||
......................................-................../..............\.\\........../.../................\..
|
|
||||||
.-..........|..|......................|....|.-|.....................-..../............|......./..../..\/.-.\..
|
|
||||||
..\..\.............../-......-................-......................................\....../......|..........
|
|
||||||
.........\.....\.......................................-../........./-....-.................\....../..../.....
|
|
||||||
......-..\..-.............|...................|....../.......\../........../.....-............................
|
|
||||||
.............|../.\...\....|...............|.........../..|-....../........../..../|.|.\........|........\..|.
|
|
||||||
..\............|...../...................\......................./...-.......-..........................-.....
|
|
||||||
....|......................|......../.|.\.../......|...|..-.....................|................../..\.......
|
|
||||||
.....................................................-................/\..-....|..........................-.\.
|
|
||||||
................../...\..........\...........\............................................./.../.........|.|..
|
|
||||||
.....-......................................./....-........|.-........................|.........\.....\.......
|
|
||||||
...............\/\..........|.|................................|.\......\......\............|...-.............
|
|
||||||
..................................\.......-.........|-........../...........\\..\.|../......|........\..|.....
|
|
||||||
..............-...........\.....\\./......................./...-...........-..........................././....
|
|
||||||
...-..............-..........................\..........|...........-/........../.../...|.....................
|
|
||||||
...\..............-......./-...........|............./.......-./........-..-....|......./\.-.......\./........
|
|
||||||
.........|......././..\.-......./............-....-..................|....-......../........-.........\.......
|
|
||||||
....|.........................../....................-..................-...\|............................|...
|
|
||||||
.-........-...........|..............................|.........................................\......-......-
|
|
||||||
............./......../..-....\...............................././.......|................................|...
|
|
||||||
.|\../......-./........./...............-./..............\../..............|....|........./...................
|
|
||||||
..................................................|............................-..............................
|
|
||||||
.............-...................\.......|........|.............../......-....|......../.../.-...\|...........
|
|
||||||
.................../..............-|........................|.............\..\.........................././...
|
|
||||||
...../.........../..-.......|........../.......|........................./......|......./..........|..........
|
|
||||||
../...-........../...........................-.|..\../..................\.....-...........|...................
|
|
||||||
.........\.......-.......-.\.|......|.......||......|.\....-...-.................-..........-..\..............
|
|
||||||
................................\./.......\/............-................./.....\......../....................
|
|
||||||
/...........-......|..|....../.....\.........|.....................................\...................|....-.
|
|
||||||
...........\.............../.......\......................................................................\..-
|
|
||||||
....../...................-..................|-\......................-..................\....................
|
|
||||||
/............./...........|.....|............/.................................-....................-......\|.
|
|
||||||
...............\..|..............|............\../.../..........................\\................|......./...
|
|
||||||
....--/............|......|......-........-...../........./.........../-..\..|........-.......................
|
|
||||||
|.-....-.........................|../................\................../......\..../.\..|...../.../|.........
|
|
||||||
....................................../.........\........-....................../.-..-.\.....././.../.....\..\
|
|
||||||
......\...../............./................-...........\.................../.....-../......-..................
|
|
||||||
....../............../...........|......|..................................|...................|..............
|
|
||||||
......-../.../.|.........././..........\.......\........./......|..............\.................-.........../
|
|
||||||
...../...|........//...../.................\................../.\.............-............/.........../......
|
|
||||||
..............-.....|................\................/.........|.....\.......\....................\.....\....
|
|
||||||
..........|..........-.../..................\.-.......................................\..-.........|..........
|
|
||||||
....|..................-.....|..................|...........-......./.....-......../...|........\....\-.|.....
|
|
||||||
.......................-......./......................./.-.-.........|.....|.................|................
|
|
||||||
...|................/......-.....|....-..-.........-|....|..................../.../....-......\.......-......\
|
|
||||||
............-.............................-...................../..............|.|.......-....................
|
|
||||||
-....-..............|................./......../.\............./../............../..-...-...........|.........
|
|
||||||
.|............|..........-................./................|.....................|./....\......./.....\......
|
|
||||||
..........|\.|...................-.............\......|..-..\.......\..........\........|......-.../........\.
|
|
||||||
\.......\....................\..............|................................|..............-.../.............
|
|
||||||
......../-....................|...............-........................\................\..............-......
|
|
||||||
...|..-.............//.-.............../........-........../..|.............\|../....................-........
|
|
||||||
..../.\.-.-|.....\.-|..../.....\..|.........../........................-.....................-..........|.....
|
|
||||||
...../-..........\.........-....................\.............................\............|-..\..........|...
|
|
||||||
...-...../....................../-......\...|.....-........................../.|.........|.......\..\.....\../
|
|
||||||
...................\...../......................./...-.....\.-.........-...../.|...................|......./..
|
|
||||||
../.....|..|..\.........|.../.................../..-............\../........\.....\.....................\.....
|
|
||||||
.........................../...\.|........\...||..........\......\.-....|.........\-..\.......................
|
|
||||||
../.........|............................/../-||..............|-........\............\....\.\................|
|
|
||||||
../....|....................|.....|-.......|.................../...\.-.\.............-.................-......
|
|
||||||
....|..............................................................-|.........................................
|
|
||||||
..................\-.\/.........|../|....../|..\...-...\.........|/............./...\...\.....................
|
|
||||||
.\.........-../....|-......................./................/\..\........................................./..
|
|
||||||
./......................-...............|...............|................-.......................\............
|
|
||||||
................\..........././............................-....\/..........-.../../....|.........-....|...../
|
|
||||||
.-..-..|\..\/........\./....|.......................\.........../.....|......./-.-..../..../..................
|
|
||||||
\.....|........................../.|...../.-...............|.../\...|.........|.\|....../.-......|............
|
|
||||||
.........-|............./..../.\.|//.......-....-...........\.........-..-.........\....\..........|..........
|
|
||||||
....................|.......-../.....\-..........\................-..................\.-........|.............
|
|
||||||
.....|.\-........................./........................................../.......-.\....-......../........
|
|
||||||
...................|..............\..|/................................|/..../........../..|.................|
|
|
||||||
.......\...|./......../..........-............-....|...........-/.\...-......./....\......./........\....../..
|
|
||||||
...\............\..........\../................./....-......|..........................................\......
|
|
||||||
............|......|......../.............\...|.....................\.\\......................................
|
|
||||||
-.-.-......\.......|..........-.|.....|\....\/..............-/..........|............|......./.........-......
|
|
||||||
......................../...|................./......\............../..............-/.......\.....\\..........
|
|
||||||
...|.|.-..-./..................../................................-....\|........./...-..|........\......-....
|
|
||||||
....\....-../.........|....|........-./..\../...|...../-.|.|....\................................./...|......-
|
|
||||||
..............\../..............|.|................\......./.............../.\......|.....|..\...../....../...
|
|
||||||
............|....\......|........|.......\.................................................../.-..............
|
|
||||||
.|............|...\....................../............................................\.......|.-.-...........
|
|
||||||
.....-.\|......\.............|............|....-.........\....|.............................../....\....-.|...
|
|
||||||
............|./.........................\...|..............................\...|..|..............|...-........
|
|
||||||
.-.....|..................|....-.............-..\..-...............-....-..................-..................
|
|
||||||
..\......-.-./..................................-............\........./........-.-.............-............-
|
|
||||||
..../.\--...............//..................................||................\.................|......|......
|
|
||||||
..|./...\......................|.........../........\.....-....-.................................../-....\....
|
|
||||||
.........-........\..............................|.......|......../...........|....../......|..\.|..../.......
|
|
||||||
....../....-....|\............|.....|..\../||....................................\.....................-......
|
|
||||||
.....\.....--...././......................-........\\............-...............\....-....|................./
|
|
||||||
........./........../...-................/...........-............................................-........./.
|
|
||||||
.........-..-...|/..\.........................\............\..-........-.........-...............\......|./.-.
|
|
||||||
|......................-.....-..-.........../-..................|.....|.........\./........./...-/............
|
|
||||||
..............-...........|-....-.../.............-........./...../.................../.......--.|....-..../..
|
|
Loading…
Reference in New Issue
Block a user