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