My LeetCode solutions in Racket.
Most were written as experiments or for fun, so don't expect them to be optimal.
- Solutions are named as
<id>-<title>.rkt
. - LeetCode pre-defined types are in separate modules and are
require
d by solutions that use them.