back
▲ 3 points

Show HN: Openleetcode – LeetCode runner where tests live in the repo

github.com
by therepanic·1mo ago·0 comments·view on hn ↗
You write a standard solution, just like on LeetCode, and run it through the CLI. It identifies the problem by ID or title, executes your code against local test cases, and shows the result.

It currently supports around 800 problems and multiple languages, including Python, C++, Rust, Java, Go, TypeScript, Swift, and others.

The project is still an MVP. System design, SQL, and concurrency problems are not supported yet, but support for more problem types is planned.

// no comments yet