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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Problem Solving with Algorithms and Data Structures

244 点作者 npad大约 10 年前

5 条评论

nirkalimi大约 10 年前
I read this book cover to cover.<p>For someone self taught, who has a beginner understanding of Python (control structures, data types, classes, functions, loops, etc) this is undoubtedly the easiest way to introduce them to Algorithms and Abstract Data structures. This really takes a beginner to an intermediate level in small easily digestible chunks.<p>My question to you now, HN: are there any books on the market that can guide a beginner&#x2F;itermediate (who knows Python and perhaps a framework like Django) to better understand the ins and outs of programming for the web? I am not talking about getting an app up and running, I am talking about understanding the flow of data, maybe things like WSGI, security, APIs, etc. Something that can really take an intermediate to an &quot;Expert&quot; level.<p>Any Suggestions?
yulaow大约 10 年前
I still can&#x27;t understand why, once they have a free version available in form of a html page, they don&#x27;t give also a free pdf version far more readable and portable.
评论 #9115533 未加载
评论 #9112880 未加载
评论 #9112519 未加载
评论 #9112641 未加载
评论 #9115534 未加载
lpnotes大约 10 年前
We&#x27;ve had a couple of virtual study group Google Hangout meetings about this book at CodeBuddies -- <a href="http://hangouts.codebuddies.org/category/data-structures-and-algorithms" rel="nofollow">http:&#x2F;&#x2F;hangouts.codebuddies.org&#x2F;category&#x2F;data-structures-and...</a><p>IMO this is one of those books where it helps to talk about the material out loud&#x2F;screenshare. The material can sometimes be dense.
right2roam大约 10 年前
Looks good. Quick note - tried to view the module index; <a href="http://interactivepython.org/runestone/static/pythonds/py-modindex.html" rel="nofollow">http:&#x2F;&#x2F;interactivepython.org&#x2F;runestone&#x2F;static&#x2F;pythonds&#x2F;py-mo...</a><p>But it is returning an error at the moment!
msoad大约 10 年前
The &quot;Simple Balanced Parentheses&quot; problem solution does not have to use a stack one index for opening(+1) and closing(-1) parentheses should be enough. Or am I wrong?!
评论 #9114420 未加载
评论 #9115052 未加载