Wrote a technical deep dive into a common programming interview question: Write a function that returns true if all characters in a passed string are unique.

While the initial solution is obvious, it has neat properties when you try to optimize it.

https://willbeason.com/2025/05/02/problem-1-1/

Comments