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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Open Data Structures: an open content textbook

124 点作者 cdelahousse超过 12 年前

6 条评论

cdelahousse超过 12 年前
The book was written by Pat Morin, a prof at Carleton University in Canada, because other texts were too expensive. It's used to teach a first undergraduate class in data structures. He's open to any additions. Just fork the github project linked on the site.
lazydon超过 12 年前
Thanks for sharing. I was thinking about brushing up my CS concepts for quite a long time and I really hope that this shall finally get me started. Happy to see Java there as it’s my first language, though don’t mind MIT’s python based lectures as well (I think I’m still not ready for SICP/Lisp enlightenment yet)<p>More stuff about the teacher here: <a href="http://cg.scs.carleton.ca/~morin/" rel="nofollow">http://cg.scs.carleton.ca/~morin/</a>
mathgladiator超过 12 年前
I applaud the effort; it's great to see rigor available for free.
physloop超过 12 年前
Awesome work! My current data structures textbook is awful, and this book helped clarify a lot of concepts that were originally confusing.
jnazario超过 12 年前
looks like a nice intro textbook (along the lines of sedgwick, for example). for an additional huge list of algorithms and data structures (e.g. beyond the basics, sometimes for specialized types) i like wikipedia and also this NIST site:<p><a href="http://xlinux.nist.gov/dads/" rel="nofollow">http://xlinux.nist.gov/dads/</a>
sparx超过 12 年前
awesome