Slug: hash-minwin-01 · Paired reading: Chapter 16
Prompt
fn min_window(s: &str, t: &str) -> String — smallest substring of s
covering every character in t (with multiplicity). ASCII letters;
return "" if impossible. Variable window + need/have counts.