Show HN: Openleetcode – LeetCode runner where tests live in the repo
在本地运行 LeetCode 题目的开源 CLI 工具,测试用例随仓库管理,支持 Python、C++、Rust 等 8 种语言,目前已覆盖约 1000 道题。
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…