YouTube Channel Recommendations for people who like WilliamFiset (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About WilliamFiset
The goal of this channel is to provide educational computer science and mathematics videos for all to enjoy and learn from.
Recent Videos from WilliamFiset
Tiling problems [2/2] | Dynamic Programming
A generalization of how to solve tiling problems using dynamic programming
Previous video: https://youtu.be/gQszF5qdZ-0
Tiling problems:
https://projecteuler.net/problem=114
https://projecteuler.net/problem=115
https://projecteuler.net/problem=116
https://projecteuler.net/problem=117
Algorithms … Tiling problems [1/2] | Dynamic Programming
An introduction on how to solve tiling problems using dynamic programming
Next video:
https://youtu.be/L1x3an2pl3U
Project Euler practice problems:
https://projecteuler.net/problem=114
https://projecteuler.net/problem=115
https://projecteuler.net/problem=116
https://projecteuler.net/problem=117
… Narrow Art Gallery | Dynamic Programming
Walkthrough of the Narrow Art Gallery problem that featured in the 2014 ICPC North America qualifier.
Narrow Art Gallery problem:
https://open.kattis.com/problems/narrowartgallery
Source Code:
https://github.com/williamfiset/Algorithms/tree/master/src/main/java/com/williamfiset/algorithms/dp/exam…