算法视频教程
网络上有很多算法讲座,但我正在寻找的是一个视频教程,我可以在其中观看某人在屏幕上编码,从空白文档到解决问题的算法。语言其实并不重要。关于某种语言有很多这样的视频教程,但是有没有教授算法的视频教程呢?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Conway 的 生命游戏 用一行 APL 非常好。视频从空白屏幕开始,并在解释器中实时构建代码。虽然这是一个具体的问题,但构建过程中涉及的步骤非常有启发性。我认为这是一个很棒的演示。
http://www.youtube。 com/watch?gl=GB&hl=en-GB&v=a9xAKttWgP4&fmt=18
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
我强烈推荐 算法简介视频讲座系列,作者:Charles Leiserson,标准算法教科书的 L,CLRS。他用伪代码制定了几种基本算法。
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.