Channel Avatar

WilliamFiset @UCD8yeTczadqdARzQUp29PJw@youtube.com

None subscribers - no pronouns set

Educational computer science and mathematics channel for all


10:16
Understanding Mergesort: Sorting Made Simple | Recursion Series
11:22
Divide and Conquer: The Art of Breaking Down Problems | Recursion Series
10:29
Loops and wrapper functions | Recursion Series
12:50
Multiple Return Values: Unlocking the Power of Recursive Functions | Recursion Series
09:44
Strings & Palindromes | Recursion Series
08:10
Recursive multiplication | Recursion series
06:57
Introduction to recursion | Recursion series
15:38
Tiling problems [2/2] | Dynamic Programming
16:38
Tiling problems [1/2] | Dynamic Programming
20:51
Narrow Art Gallery | Dynamic Programming
13:32
Topological Sort | Kahn's Algorithm | Graph Theory
03:11
Graph Theory Algorithms
15:42
Mountain Scenes | Dynamic Programming
16:16
Tiling Dominoes and Trominoes (Leetcode 790) | Dynamic Programming
14:50
Tiling dominoes | Dynamic programming
16:13
Magic Cows | Dynamic Programming | Adhoc | Interview problem
17:42
Tarjan's Strongly Connected Component (SCC) Algorithm (UPDATED) | Graph Theory
25:22
Indexed Priority Queue (UPDATED) | Data Structures
06:53
Lowest Common Ancestor (LCA) Problem | Source Code
17:02
Lowest Common Ancestor (LCA) Problem | Eulerian path method
07:16
Sparse Table Data Structure | Source Code
23:18
Sparse Table Data Structure
10:03
Identifying Isomorphic Trees | Source Code | Graph Theory
06:08
Tree center(s) | Graph Theory
11:13
Identifying Isomorphic Trees | Graph Theory
05:19
Rooting a tree | Graph Theory
10:22
Introduction to tree algorithms | Graph Theory
09:54
Beginner tree algorithms | Graph Theory
08:18
Eager Prim's Minimum Spanning Tree Algorithm | Source Code
14:33
Eager Prim's Minimum Spanning Tree Algorithm | Graph Theory
14:53
Prim's Minimum Spanning Tree Algorithm | Graph Theory
09:32
Dinic's Algorithm | Network Flow | Source Code
11:49
Dinic's Algorithm | Network Flow | Graph Theory
10:15
Capacity Scaling | Network Flow | Graph Theory
06:27
Capacity Scaling | Network Flow | Source Code
05:47
Edmonds Karp Algorithm | Source Code
09:35
Edmonds Karp Algorithm | Network Flow | Graph Theory
10:41
Bipartite Matching | Elementary Math problem | Network Flow | Graph Theory
08:28
Bipartite Matching | Mice and Owls problem | Network Flow | Graph Theory
11:24
Unweighted Bipartite Matching | Network Flow | Graph Theory
17:29
Max Flow Ford Fulkerson | Source Code
13:25
Max Flow Ford Fulkerson | Network Flow | Graph Theory
08:25
Eulerian Path Algorithm | Graph Theory | Source Code
15:34
Eulerian Path/Circuit algorithm (Hierholzer's algorithm) | Graph Theory
09:41
Existence of Eulerian Paths and Circuits | Graph Theory
09:17
Dijkstra's Shortest Path Algorithm | Source Code | Graph Theory
24:47
Dijkstra's Shortest Path Algorithm | Graph Theory
08:34
Indexed Priority Queue | Data Structure | Source Code
16:51
Breadth First Search grid shortest path | Graph Theory
07:23
Breadth First Search Algorithm | Shortest Path | Graph Theory
10:20
Depth First Search Algorithm | Graph Theory
09:47
Overview of algorithms in Graph Theory
14:08
Graph Theory Introduction
17:03
Tarjans Strongly Connected Components algorithm | Graph Theory
09:16
Floyd Warshall All Pairs Shortest Path Algorithm | Graph Theory | Dynamic Programming | Source Code
15:53
Floyd Warshall All Pairs Shortest Path Algorithm | Graph Theory | Dynamic Programming
06:51
Tarjans Strongly Connected Components algorithm source code | Graph Theory
20:28
Traveling Salesman Problem | Dynamic Programming | Graph Theory
13:20
Travelling Salesman Problem source code | Dynamic Programming | Graph Theory
16:49
AVL tree source code