/leetcode-racket

LeetCode solutions in Racket.

Primary LanguageRacketMIT LicenseMIT

leetcode-racket

My LeetCode solutions in Racket.

Most were written as experiments or for fun, so don't expect them to be optimal.

Layout

  • Solutions are named as <id>-<title>.rkt.
  • LeetCode pre-defined types are in separate modules and are required by solutions that use them.