Skip to content
Snippets Groups Projects
Select Git revision
  • 000fb434a7f46a3b744dc20ea89b455364df9983
  • main default protected
2 results

README.md

Blame
  • Christopher Bohn's avatar
    Christopher Bohn authored
    000fb434
    History

    2021 Advent of Coding Solutions

    Day 1

    A nice little warmup exercise in which we iterate over a list. Notice that I get to use Java's new multiline strings.

    Day 2

    Can we follow instructions? Yes we can. This isn't a particularly challenging problem. Beside using Java's new Records, I'm also using Java's new style of switch statements.

    Day 3

    My CSCE 231 students should be able to do this problem in their sleep -- bit masks are cool.