Advent of Code Day 01

Listed here are the solutions of AOC2021 Day01 in Java, Rust, Go

December 1, 2021 · 1 min

Day 34: Inspecting JVM runtime memory and processor count with Runtime

Inspecting JVM runtime memory and available processor count with Runtime.getRuntime().

December 1, 2021 · 1 min

Day 33: Getting a programmer joke asynchronously with CompletableFuture, HttpClient, and Jackson

Getting a programmer joke asynchronously with CompletableFuture, HttpClient, and Jackson.

November 25, 2021 · 2 min

Day 32: Using Objects.equals() when values may be null

Using Objects.equals() when one of the values may be null.

November 17, 2021 · 1 min

Day 31: Compressing and decompressing text with Deflater and Inflater

Compressing and decompressing text with Deflater and Inflater.

November 10, 2021 · 2 min