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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best programming language to learn Algorithms?

1 点作者 sanosuke大约 10 年前
What would be your recommendation about the most suitable programming language to learn Algorithms?<p>Actually tempted by Robert Sedgewick&#x27;s C series. What do you think?

4 条评论

shogun21大约 10 年前
Learning algorithms should be language-independent.<p>Use whatever language you&#x27;re most comfortable with, or start with C.
andrewchambers大约 10 年前
python would let you concentrate on the code and not on other issues. It also has quick access to many data structures like sets and maps with shorthand syntax.<p>e.g. checking for set membership: if 3 in {1,2,3,4,5}:
balachanderg大约 10 年前
&#x27;C&#x27; is the best for anyone with minimalist mindset
alexnewman大约 10 年前
Rust