Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Advent of Coding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Bohn
Advent of Coding
Commits
935fe153
Commit
935fe153
authored
2 years ago
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned up README
parent
21b00821
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
2022/README.md
+0
-42
0 additions, 42 deletions
2022/README.md
with
0 additions
and
42 deletions
2022/README.md
+
0
−
42
View file @
935fe153
...
...
@@ -566,47 +566,5 @@ Instead, we'll have to pretend there's an infinitely-long floor.
## Day 15
-
[
The problem
](
https://adventofcode.com/2022/day/14
)
-
[
The solution
](
src/main/java/edu/unl/cse/bohn/year2022/Day14.java
)
### Part 1
The subproblems are
-
Determine which locations are blocked
-
Determine where a unit of sand moves to
-
Can it move?
-
Down, diagonally left, diagonally right?
-
Determine the final status of a unit of sand
-
Stationary, blocking a location
-
Falling forever
### Part 2
Same subproblems, except that falling forever isn't an option.
Instead, we'll have to pretend there's an infinitely-long floor.
## Day 15
-
[
The problem
](
https://adventofcode.com/2022/day/14
)
-
[
The solution
](
src/main/java/edu/unl/cse/bohn/year2022/Day14.java
)
### Part 1
The subproblems are
-
Determine which locations are blocked
-
Determine where a unit of sand moves to
-
Can it move?
-
Down, diagonally left, diagonally right?
-
Determine the final status of a unit of sand
-
Stationary, blocking a location
-
Falling forever
### Part 2
Same subproblems, except that falling forever isn't an option.
Instead, we'll have to pretend there's an infinitely-long floor.
## Day 15
(coming soon)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment