|
|
|
Ask HN: Worth of Algorithm Challenges and contests?
|
|
5 points
by r15habh
5306 days ago
|
|
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. |
|
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.