Commit graph

13 commits

Author SHA1 Message Date
2253aa6c07 Added input file - stack diagram was reformatted to be lines instead of columns with the first character in the line being the bottom of its respective stack.
Changes to be committed:
	new file:   2022/day05/input.txt
2022-12-05 11:15:32 -05:00
Gheiserton
5a13f4f24a Added 2022 day 4 solutions and binaries
Changes to be committed:
	new file:   2022/day04/Day04A.class
	new file:   2022/day04/Day04A.java
	new file:   2022/day04/Day04B.class
	new file:   2022/day04/Day04B.java
	new file:   2022/day04/day04_algo.txt
	new file:   2022/day04/input.txt
2022-12-04 14:13:58 -05:00
Gheiserton
f19c399ba6 fixed a typo in algorithm code 2022-12-03 14:29:51 -05:00
Gheiserton
e71eb74bab adds work files and binaries for day 3 solutions TAKE TWO 2022-12-03 14:26:00 -05:00
Gheiserton
bcdd418b93 Adds working files and binaries for day 3 solutions 2022-12-03 14:24:27 -05:00
Gheiserton
8e989a9423 Pushed the compiled class files for previous days, draft algo for day03 P1 2022-12-03 12:13:27 -05:00
3a0106d097 Adds reworked solution for Part 2's different interpretation of the strategy guide 2022-12-02 15:05:24 -05:00
da85a4e0bd Added algorithm and working solution ofr Day 2 Part 1 2022-12-02 14:57:13 -05:00
d7bae4b118 Adds RankedCalorieCount for Day 1 Part 2 question, getting sum of top three calorie-bearing elves
Changes to be committed:
	new file:   2022/day01/RankedCalorieCount.java
	modified:   2022/day01/day01_algo.docx
2022-12-02 13:13:51 -05:00
c381113042 Removed console outputs from CalorieCount.java 2022-12-02 12:20:53 -05:00
900ee5e2d1 Fixed bug that caused error when EOF reached
Changes to be committed:
	modified:   2022/day01/CalorieCount.java
2022-12-02 12:03:24 -05:00
77cb70fb39 Changed from Rust to Java because I'm a scrub
On branch master
 Changes to be committed:
	new file:   2022/day01/CalorieCount.java
	deleted:    2022/day01/calorie_count.rs
2022-12-02 11:27:38 -05:00
a45b30e010 On branch master
Initial commit

 Changes to be committed:
	new file:   2022/day01/calorie_count.rs
	new file:   2022/day01/day01_algo.docx
	new file:   2022/day01/input.txt
2022-12-02 10:52:59 -05:00