Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaoxiae/videos

Source code to my videos.
https://github.com/xiaoxiae/videos

manim python video youtube

Last synced: about 1 month ago
JSON representation

Source code to my videos.

Awesome Lists containing this project

README

        

# Videos
Source code to my videos, found on my [YouTube channel](https://www.youtube.com/channel/UC_IaBSHmisYbiYlv32EeNkQ).

## Graph Theory
- 2023/04/09: **[The Most Elegant Search Structure | (a,b)-trees](https://www.youtube.com/watch?v=lifFgyB77zc)** - _An introduction to (a,b)-trees – definition, operations, usage._
- 2021/10/06: **[Cayley's Formula](https://www.youtube.com/watch?v=g-QyzzPM4rU)** - _An elegant proof of the number of spanning trees of a complete graph._
- 2021/08/23: **[The Blossom Algorithm](https://www.youtube.com/watch?v=3roPs1Bvg1Q)** - _An overview of the Blossom algorithm for maximum graph matching._
- 2021/06/01: **[Weak Perfect Graph Theorem](https://www.youtube.com/watch?v=Koc63QhxPgk)** - _A proof of the weak perfect graph theorem._
- 2021/04/28: **[Vizing's theorem](https://www.youtube.com/watch?v=OZWZpQmGp0g)** - _A proof of Vizing's theorem about graph edge coloring._

## Other
- 2023/7/03: **[The Art of Linear Programming](https://www.youtube.com/watch?v=E72DWgKP_1Y)** - _A visual-heavy introduction to Linear Programming including basic definitions, solution via the Simplex method and the principle of duality._
- 2023/1/20: **[Thesesus and the Minotaur | Exploring State Space](https://www.youtube.com/watch?v=umszOeerdsU)** - _A visual introduction to algorithms that explore the state space (BFS, Dijkstra, A*)._
- 2022/8/16: **[The Remarkable BEST-SAT Algorithm](https://www.youtube.com/watch?v=OV82ab-C85w)** - _A dive into the remarkable BEST-SAT approximation algorithm._
- 2021/12/31: **[Bathroom Tile Programming](https://www.youtube.com/watch?v=KlaEp6ydVhA)** - _A dive into the unconventional bathroom tile programming model._

## Shorts
- 2022/11/16: **[What does this weird C program do?](https://youtube.com/shorts/X9pN7XZFbyE)** - A very strange C program that adds numbers.
- 2022/11/14: **[Encoding Numbers using Dots and Parentheses](https://youtube.com/shorts/JY0_ApbZYkQ)** - A really cool way of encoding numbers using dots and parentheses.
- 2023/07/10: **[The real difference between BFS and DFS](https://youtube.com/shorts/1tYtjRSWkVk)** - What is the real difference between BFS and DFS?