Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xiaoxiae/videos
- Owner: xiaoxiae
- License: gpl-3.0
- Created: 2021-04-14T10:29:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T17:55:22.000Z (8 months ago)
- Last Synced: 2024-11-08T17:48:25.526Z (about 1 month ago)
- Topics: manim, python, video, youtube
- Language: Python
- Homepage: https://www.youtube.com/channel/UC_IaBSHmisYbiYlv32EeNkQ
- Size: 71.2 MB
- Stars: 71
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-manim - GitHub
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?