Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Openleetcode – Run LeetCode solutions locally with open tests

OpenLeetCode is an open-source tool that lets developers run LeetCode solutions locally using open, community-contributed tests, without needing a LeetCode subscription.

Background

- LeetCode is a popular platform for practicing coding interview problems. It provides built-in test cases but hides many of them behind a paywall, and running your solutions requires staying on the website. - OpenLeetCode is a new open-source CLI tool that lets developers download LeetCode problems and run their solutions locally, bypassing the need for a browser or paid subscription. - It includes open test cases that anyone can inspect and contribute to, making the practice process more transparent and offline-friendly. - This matters because it reduces dependency on a proprietary platform for what is essentially a standard programming exercise workflow — solving problems locally, with version control and your own editor.

Related stories