A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Updated 2026-05-09 20:57:19 +00:00
A double-ended queue in Go, implemented using a ring buffer.
Updated 2026-04-05 19:04:10 +00:00
My solutions to competitive programming problems. Written on Golang.
Updated 2026-04-02 13:43:11 +00:00
Making a lambda calculus interpreter in Go.
Updated 2026-02-12 02:08:47 +00:00