算法视频教程

发布于 2024-08-26 05:36:24 字数 106 浏览 4 评论 0原文

网络上有很多算法讲座,但我正在寻找的是一个视频教程,我可以在其中观看某人在屏幕上编码,从空白文档到解决问题的算法。语言其实并不重要。关于某种语言有很多这样的视频教程,但是有没有教授算法的视频教程呢?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烧了回忆取暖 2024-09-02 05:36:24

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

去了角落 2024-09-02 05:36:24

我强烈推荐 算法简介视频讲座系列,作者:Charles Leiserson,标准算法教科书的 LCLRS。他用伪代码制定了几种基本算法。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文