Yichao Ma

Random posts of various topics.

Server-Sent Events (SSE) with Deno

Unidirectional event messages from server to client.

Read More

Try to understand Monad, again.

Do you know Monad? Maybe.

Read More

Union-find structure

An efficient data structure for merging disjoint sets.

Read More

Using the heap package in Go

Heap data structure provided by Go's standard library.

Read More

Square and multiply

Technique for fast exponentiation.

Read More

Binary search

Let's play the guessing game.

Read More