.scaffold/aoc
|
rename data to inputBuf (free up data as variable/type name)
|
2024-12-29 08:49:51 +00:00 |
day-01
|
remove internal/util
|
2025-01-07 17:18:38 +00:00 |
day-02
|
remove internal/util
|
2025-01-07 17:19:24 +00:00 |
day-03
|
remove internal/util
|
2025-01-07 17:20:07 +00:00 |
day-04
|
remove the goroutines + waitgroups.
|
2025-01-08 06:20:43 +00:00 |
day-05
|
remove internal/util
|
2025-01-07 17:22:28 +00:00 |
day-06
|
remove internal/util
|
2025-01-07 17:23:11 +00:00 |
day-07
|
remove unnecessary assignments
|
2025-01-07 17:23:33 +00:00 |
day-08
|
remove internal/util
|
2025-01-07 17:24:01 +00:00 |
day-09
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-10
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-11
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-12
|
use x := range and y := range, easier to read.
|
2025-01-08 05:42:35 +00:00 |
day-13
|
remove internal/util
|
2025-01-07 17:24:49 +00:00 |
day-14
|
pass graph as last arg
|
2025-01-07 17:25:05 +00:00 |
day-15
|
dfs explore functions return only bool
|
2025-01-07 17:33:55 +00:00 |
day-16
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-17
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-18
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-19
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-20
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-21
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-22
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-23
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-24
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
day-25
|
fix build src
|
2024-12-28 01:50:52 +00:00 |
.gitignore
|
add day-09 + benchmarks
|
2024-12-10 21:42:26 +00:00 |
Pipfile
|
add pipenv files
|
2025-01-07 17:35:05 +00:00 |
Pipfile.lock
|
add pipenv files
|
2025-01-07 17:35:05 +00:00 |