Christoph Kirsch
Christoph Kirsch
Anyone interested in enhancing the autograder to work with GitHub Workflows? Ideally, even submitting assignments should work through that mechanism.
Building a multiplatform docker image for linux/amd64 and linux/arm64 using: `docker build --platform linux/amd64,linux/arm64 .` currently fails in the linux/arm64 portion for at least two reasons: 1. `lib32gcc-9-dev` seems to...
@Blazefrost @aemonk Please design an assignment for the gc in selfie. Ideally, I'd like students to bring down its complexity from O(n^2) to O(n) where n is the heap size....