Video tutorial algorithm

There are quite a lot of lectures on the Internet on the Internet, but what I'm looking for is a video tutorial in which I can see how someone is encoded on the screen, moving from a blank document to an algorithm that solves the problem. Language doesn't really matter. There are many video tutorials like this one about a particular language, but is there one that teaches the algorithm?

+4
source share
2 answers

Conway The game of life encoded in one line of APL is pretty good. The video starts from a blank screen and builds the code live in the interpreter. Although this is a definite problem, the steps involved in the construction are very instructive. I thought this was a terrific demonstration.

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

+2
source

I would highly recommend Introduction to Charles Lazerson 's Algorithm Lecture Series , L Standard Algorithm Tutorial, CLRS . He develops several fundamental algorithms in pseudo-code.

+2
source

Source: https://habr.com/ru/post/1304886/


All Articles