leetcode
This page documents my attempts at solving LeetCode problems using Rust. It’s synced daily through my personal fork of leetcode-sync; I keep only the latest submission for each problem, and to keep things simple I write the solution intuition directly as a comment in the code. I aim to craft each solution in the most elegant and idiomatic Rust I can manage after studying others’ approaches—though LeetCode doesn’t always make that easy.