Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

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

Openleetcode v1.0.0 is a tool that runs LeetCode-style tests directly from a repository, allowing users to execute test cases stored alongside the code rather than on the LeetCode platform.

Background

- LeetCode is a popular platform where software engineers practice coding problems (algorithms, data structures) to prepare for technical job interviews at companies like Google, Meta, Amazon. - Most users solve problems on LeetCode's own web editor, which stores tests and solutions in a proprietary cloud environment. - OpenLeetcode is an open-source tool that lets you run LeetCode problems locally on your machine, keeping test cases and solutions inside your own Git repository. - This matters because it gives developers full control over their code, enables version tracking with Git, allows offline work, and removes dependency on LeetCode's paid subscription for test execution features.

Related stories