TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you become good at competitive programming

1 点作者 Sparkenstein将近 3 年前
Most of the programmers in their 30s have enough experience to finish a full stack product or at least entire feature set on their own.<p>But many company&#x27;s interview process includes competitive problem solving, within space and time complexity, memory requirements etc. the platforms to practice such problems are in worst state, most of them are paid and rest of them target jobs and interviews instead of improving logic. at least that&#x27;s my experience.<p>What the platforms you are aware of to improve logic solving, free and open platforms preferred.

1 comment

RedGreenCode将近 3 年前
If you want to get good at something, practice that thing. It sounds like you&#x27;re asking how to get good at coding interviews. So practice coding interview questions, not logic problems or competitive programming. LeetCode is probably the best known coding interview practice platform right now, and it has hundreds of free problems. In the LeetCode discussions, you can find people reporting on their interview experience, and companies often ask identical problems to the ones on the site. It&#x27;s exactly optimized for what it says it&#x27;s for.<p>You could get better at logical problem solving by practicing on Khan Academy or Brilliant or Art of Problem Solving. If that&#x27;s what you want, then do those things. But it&#x27;s not an efficient way to get better at interview questions.