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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Worth of Algorithm Challenges and contests?

5 点作者 r15habh超过 13 年前
I'm interested in knowing whether it is advisable for computer science students to spend their major chunk of time on the online judges practising programming(like Topcoder and codeforces) or it's more worth to develop a software or contribute to open-source ? Note: I'm not asking from the perspective of job scenario. I'm asking from the perspective of being a better developer.

2 条评论

kd1220超过 13 年前
They're what you make of it. Those problems are generally far removed from what you would actually do at most tech companies. Regardless, if they're complicated enough and you come up with a working solution, it does hone your problem solving skills. Don't do it to be top on a leader board or to get an interview.<p>Contributing to an open source project is also valuable, but in a different way. Open source projects require you to navigate through bug lists, socialize with other coders, read specs, analyze and repair a (mostly) functioning system. Overall, it will help you gain perspective on creating software.
AjJi超过 13 年前
Why not do both?<p>I think both activities require complementary skills.<p>In one hand, programming competitions will hone your problem solving skills, ability to write bug-free code quickly while powering up your language and algorithms skills. In the other hand, developing software and contributing to open-source needs a different set of skills: patience, communication, collaboration and so on.