Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 23 Go advent-of-code Projects
-
adventofcode
My solutions for Advent of Code AoC 2015 2016 2017 2018 2019 2020 2021 2022 (by lucianoq)
-
Project mention: Meeting the "15 seconds on 10 year old hardware" in the aoc about section (2022) | reddit.com/r/adventofcode | 2023-01-01
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
advent-of-code-my-solutions
These are my solutions for the advent-of-code puzzles. In bash for 2021, and rest in Go
Project mention: Am I the only one who struggles mainly with parsing the input? | reddit.com/r/adventofcode | 2022-11-26https://github.com/ColasNahaboo/advent-of-code-my-solutions for the 2021 version, so that year is technically possible too...
-
-
Github
-
Project mention: 2022 contest: top 3 problems, and rating problems by difficulty | reddit.com/r/adventofcode | 2022-12-30
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Project mention: [2022 Day 10 (Part 2)] [Go] Reusing 2020 lib to read letters automatically | reddit.com/r/adventofcode | 2022-12-11
-
-
-
-
day10 My solution is in Golang. I solved the problem by using a prefix-sum array and binary search. It was so much fun.
-
Full solution: https://github.com/SuddenGunter/adventofcode/pull/56/files
-
Project mention: [2022 Day 24 (Part 1)][Go] Works for sample, takes too long for input | reddit.com/r/adventofcode | 2022-12-24
I'm just wondering, whether there is some optimization I am missing or is there a bug in my code?Here's the code: https://github.com/Blarc/advent-of-code/blob/main/2022/day24/day24.go
-
Using Dijkstra and starting from `z` the solution was 2x faster than BFS in my case. By starting from `z` it constraint is that you can go to a neighbor only if the height difference is 1, that is faster than starting from `a`. For the priority I used that the amount of steps from the start to the current node inspected, meaning the nodes with shortest paths are inspected first. I counted the number of cycles (each time an element is popped out the queue) For part 1 I get ~5000 cycles with Dijkstra and ~8000 with BFS. Cannot see if there is something wrong with my BFS implementation Solution in Go
-
-
-
-
-
-
-
Go
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Go advent-of-code related posts
- 2022 contest: top 3 problems, and rating problems by difficulty
- [All years, all days] Golang solutions
- Have yet to use generics...Am I missing out?
- [2022 Day 24 (Part 1)][Go] Works for sample, takes too long for input
- How long time do you spend solving tasks?
- [2022 Day 15, Part 2] Seekin' for the Beacon
- Y'all are getting way too excited
-
A note from our sponsor - SonarLint
www.sonarlint.org | 1 Jun 2023
Index
What are some of the best open-source advent-of-code projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | adventofcode | 42 |
2 | aoc | 33 |
3 | adventlang | 30 |
4 | advent-of-code-my-solutions | 11 |
5 | Advent-of-code-2021-golang | 6 |
6 | advent-of-code-2022 | 5 |
7 | advent-of-code-2022 | 5 |
8 | adventofcode | 5 |
9 | advent-of-code-2021 | 4 |
10 | advent-of-code-2020 | 3 |
11 | advent-of-code | 3 |
12 | advent-2020 | 2 |
13 | adventofcode | 2 |
14 | adventofcode | 2 |
15 | advent-of-code | 2 |
16 | aoc | 2 |
17 | adventofcode | 1 |
18 | adventofgo | 1 |
19 | aoc21 | 1 |
20 | adventofcode2021 | 1 |
21 | advent-of-code-2020 | 1 |
22 | adventofcode | 1 |
23 | advent-of-code | 0 |