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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Short Programming Problems

5 点作者 mikeboydbrowne大约 10 年前
I'm a CS student working for an investment bank this summer and I want to make sure that I write a little code (~10min) every day. Is there a book/online list of problems I can draw from this summer

8 条评论

a3n大约 10 年前
<a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Pearls-2nd-Edition-Bentley&#x2F;dp&#x2F;0201657880" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Pearls-2nd-Edition-Bentley...</a><p>The classic Programming Pearls is not exactly a book of problems, but a book of ideas.<p>You can probably examine a few of the ideas and play with them like toys. Toys are more fun than problems.
smt88大约 10 年前
If there&#x27;s any piece of open-source software that you like and use, maybe you could try to fix some bugs for that? Once you know a project, it&#x27;s possible that each bug would take only a few minutes, especially if it&#x27;s new and growing.<p>It&#x27;s also a great boost for your resume.
josephkern大约 10 年前
The C Programming Language, Second Edition; Ritchie and Kernighan; has end of section and end of chapter problems that are pretty good. Especially if you want to learn C.
mirashii大约 10 年前
Generally, just searching for CS interview questions should give you a good number of questions which you should be able to spend a short amount of time on daily.
tienthanh8490大约 10 年前
<a href="http:&#x2F;&#x2F;www.codewars.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.codewars.com&#x2F;</a>
brudgers大约 10 年前
There is a constant stream of 10 minute challenges on StackOverflow.
jklein11大约 10 年前
projecteuler.net
tylermac1大约 10 年前
reddit.com&#x2F;r&#x2F;dailyprogrammer<p>Many good problems there regularly.