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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where to learn basic data structures and algorithms

1 点作者 seancork超过 4 年前
I suck at basic data structures and algorithms. I'm just wondering where is the best place to get good at these? best websites to use, best books, or anyone have a list of what to learn?

3 条评论

gregjor超过 4 年前
I learned a lot from Knuth’s series <i>The Art of Computer Programming</i> decades ago. That’s at least a solid foundation. Harvard’s CS50 is available online, to name one of many reputable comp sci classes you can find.
pcvarmint超过 4 年前
CLRS (Cormen &#x2F; Leiserson), &quot;The Art of Computer Programming&quot; (Knuth), &quot;Algorithms from P to NP&quot; (Moret &amp; Shapiro), &quot;Algorithms: Their complexity and efficiency&quot; (Kronsjo)
yesenadam超过 4 年前
I suggest searching for past AskHNs on the topic. This question is one of the most frequently asked, at least monthly I reckon.