TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: LeetCode Repo with Problems and Tests?

4 pointsby fr11over 1 year ago
I'd like to work on LeetCode-style problems, but in my local development environment. Does anyone know of a repo that has good problems set up with test infrastructure configured so I can clone the repo, write some code locally and run the tests? I've been searching but the results are cluttered with people's solutions.

1 comment

landosaariover 1 year ago
There is leetscrape [0]<p>For project Euler [1]<p>[0] <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;leetscrape&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;leetscrape&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;csu&#x2F;project-euler-offline">https:&#x2F;&#x2F;github.com&#x2F;csu&#x2F;project-euler-offline</a>