Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
smacdo
/
advent-of-code-rust
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: smacdo/advent-of-code-rust
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
33 workflow runs
33 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
remove old TODO comment
CI
#42:
Commit
1096aa6
pushed by
smacdo
2m 14s
main
main
2m 14s
View workflow file
refactor day 11 part 1 solution to bfs util
CI
#41:
Commit
e061024
pushed by
smacdo
1m 10s
main
main
1m 10s
View workflow file
improved graph api
CI
#40:
Commit
df65ae9
pushed by
smacdo
1m 24s
main
main
1m 24s
View workflow file
beginnings of a graph library for day 11
CI
#39:
Commit
96c10c6
pushed by
smacdo
1m 23s
main
main
1m 23s
View workflow file
Merge branch 'main' of https://github.com/smacdo/advent-of-code-rust
CI
#38:
Commit
5531dcc
pushed by
smacdo
1m 5s
main
main
1m 5s
View workflow file
input parsing for day 10 part 1
CI
#37:
Commit
1272785
pushed by
smacdo
52s
main
main
52s
View workflow file
initial day 10 parsing code
CI
#36:
Commit
2c3f252
pushed by
smacdo
1m 9s
main
main
1m 9s
View workflow file
solved day 8 part 2
CI
#35:
Commit
c3cdd34
pushed by
smacdo
1m 3s
main
main
1m 3s
View workflow file
solved day 9 part 1
CI
#34:
Commit
9e21597
pushed by
smacdo
2m 13s
main
main
2m 13s
View workflow file
solved day 7 part 2
CI
#33:
Commit
eedb8d1
pushed by
smacdo
2m 18s
main
main
2m 18s
View workflow file
add script to create puzzle skeleton starter code
CI
#32:
Commit
87d5bf8
pushed by
smacdo
2m 12s
main
main
2m 12s
View workflow file
solved day 6 part 2
CI
#31:
Commit
3c08305
pushed by
smacdo
2m 34s
main
main
2m 34s
View workflow file
rename protocol module to aoc_service
CI
#30:
Commit
612da46
pushed by
smacdo
2m 15s
main
main
2m 15s
View workflow file
refactor and clean up in preparation for part 2
CI
#29:
Commit
10cf991
pushed by
smacdo
2m 26s
main
main
2m 26s
View workflow file
refactor day 5 to use iters when parsing
CI
#28:
Commit
14cc6d3
pushed by
smacdo
2m 19s
main
main
2m 19s
View workflow file
bump version after publishing
CI
#27:
Commit
22acafe
pushed by
smacdo
2m 13s
main
main
2m 13s
View workflow file
solved day 5 part 2
CI
#26:
Commit
17d12c1
pushed by
smacdo
2m 35s
main
main
2m 35s
View workflow file
add optional server response logging for debugging
CI
#25:
Commit
b53d31b
pushed by
smacdo
1m 9s
main
main
1m 9s
View workflow file
refactor day3 parse to
find_digits
util
CI
#24:
Commit
0881fe0
pushed by
smacdo
2m 51s
main
main
2m 51s
View workflow file
solved day 4 part 2
CI
#23:
Commit
2465b1b
pushed by
smacdo
2m 24s
main
main
2m 24s
View workflow file
refactor soluton into iter chain
CI
#22:
Commit
09ce3d0
pushed by
smacdo
2m 17s
main
main
2m 17s
View workflow file
solve day 2 part 2 - long live brute force O(nk^3)
CI
#21:
Commit
16ed4e3
pushed by
smacdo
3m 34s
main
main
3m 34s
View workflow file
day 2 part 1 solved
CI
#20:
Commit
cffce2b
pushed by
smacdo
2m 24s
main
main
2m 24s
View workflow file
solved day 1 part 2 - needed to use rem_euclid not modulo
CI
#19:
Commit
fc01922
pushed by
smacdo
2m 54s
main
main
2m 54s
View workflow file
bump minor version
CI
#18:
Commit
7cac12d
pushed by
smacdo
2m 14s
main
main
2m 14s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.