From 3ba98401ebf01ea188463f601e5365faf1ba9df9 Mon Sep 17 00:00:00 2001 From: Quidster <36827951+Quidster@users.noreply.github.com> Date: Wed, 31 Oct 2018 01:21:15 +0000 Subject: [PATCH] Add video link on algorithms (#20456) --- guide/english/algorithms/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/algorithms/index.md b/guide/english/algorithms/index.md index 71412d356d..54f2bce1b6 100644 --- a/guide/english/algorithms/index.md +++ b/guide/english/algorithms/index.md @@ -51,6 +51,10 @@ This video introduces algorithms and briefly discusses some high profile uses of This video visually demonstrates some popular sorting algorithms that are commonly taught in programming and Computer Science courses. +[How algorithms shape our world | Kevin Slavin](https://www.youtube.com/watch?v=TDaFwnOiKVE) + +This is a short video on how algorithms shape our world and their occurence in everyday life. + [Algorithm Visualizer](http://algo-visualizer.jasonpark.me) This is also a really good open source project that helps you visualize algorithms.