Recent Posts

A tale of Java Hash Tables

37 minute read

Implementing Open Addressing hash tables in Java and benchmarking them vs. HashMap

Implementing Hash Tables in C

55 minute read

An in-depth explanation on how we can implement hash tables in pure C. The article covers the following topics: hash functions, separate chaninig and open ad...

Euclid’s Algorithm

3 minute read

The Euclid’s algorithm explained and implemented in C.

Hello world!

less than 1 minute read

Hello world!