开发者

Algorithm video tutorial [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years开发者_如何学Go ago.

There are quite a few algorithm lectures on the web, but what I'm looking for is a video tutorial where I can watch somebody coding on screen, going from a blank document to an algorithm that solves a problem. Language doesn't really matter. There are lots of video tutorials like this about a certain language, but is there one that teaches an algorithm?


Conway's Game of Life coded in one line of APL is pretty good. The video starts from a blank screen and builds the code up live in the interpreter. Although it's a specific problem, the steps in involved in the construction are very instructive. I thought it was an amazing demo.

http://www.youtube.com/watch?gl=GB&hl=en-GB&v=a9xAKttWgP4&fmt=18


I would highly recommend the Introduction to Algorithms video lecture series by Charles Leiserson, the L of the standard Algorithms textbook, CLRS. He works out several fundamental algorithms in pseudocode.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜