Hamming code is one of the Computer Science/Telecommunication classics.
In this article, we’ll revisit the topic and implement a stateless Hamming encoder using Kotlin.
3 CommentsJava, JVM, and Modern Software Delivery
Hamming code is one of the Computer Science/Telecommunication classics.
In this article, we’ll revisit the topic and implement a stateless Hamming encoder using Kotlin.
3 CommentsHandling checked exceptions in lambda expressions can be often frustrating. Luckily, there is a type inference rule that we can exploit…
11 CommentsThe tricky thing about working with PriorityQueues is that, ironically, they don’t always behave according to the PriorityQueue semantics.
1 Comment