Skip to content

go: add solution for year 2015, day 03 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 4, 2019
Merged

go: add solution for year 2015, day 03 #10

merged 4 commits into from
Nov 4, 2019

Conversation

saser
Copy link
Owner

@saser saser commented Nov 4, 2019

This puzzle was fairly simple: just keep track of several discrete "travelers", and the points they have visited.

Benchmarks (go test -bench=Day03 ./internal/year2015):

Part Benchmark
Part 1 1122131 ns/op
Part 2 1118239 ns/op

@saser saser merged commit e31543b into master Nov 4, 2019
@saser saser deleted the go/2015/03 branch November 4, 2019 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant