Show HN: Openleetcode – LeetCode runner where tests live in the repo
Category: devtools
Tags: leetcode, haskell, cli-tool, offline-judge, docker
Score: 6.5/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 6)
Openleetcode is a local LeetCode runner that uses open test suites and pluggable execution backends to judge solutions locally. Its novelty lies in moving tests out of a black box and into the repository, with templates for multiple languages and Docker-based sandboxed execution. This project is interesting for developers who want to practice LeetCode problems offline with full control over test cases and runtime environments.
Target audience: backend devs
Repository: https://github.com/therepanic/openleetcode/releases/tag/v1.0.2 · Haskell · Unlicense · 29 stars
View on Hacker News