Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Openleetcode – local LeetCode runner with open test suites

OpenLeetcode is a local runner for LeetCode problems that comes with open test suites, allowing developers to solve and test coding challenges offline without relying on the LeetCode platform's online judge.

Background

- LeetCode is a massive platform where software engineers practice coding interview questions and companies use its question bank to screen candidates. Its tests are proprietary/closed-source, so learners can't inspect them or run solutions offline. - OpenLeetCode is a community-driven, open-source alternative: it lets you run LeetCode-style problems locally on your machine, with publicly visible test suites anyone can study or contribute to. - The project aims to democratize interview prep by removing the dependency on a single company's platform and paywall (LeetCode Premium costs ~$160/year for full test access).

Related stories