Full Course:
The Last Algorithms Course You'll Want (Part 2): https://frontendmasters.com/courses/advanced-algorithms/?utm_source=youtube&utm_medium=course_link&utm_campaign=advanced-algorithms
About this Course:
Advance your algorithmic skills with an in-depth exploration of essential data structures and algorithms. Delve into binary and M-Way search trees, AVL and red-black trees, understanding their insertions, deletions, and balancing mechanisms. Master graph theory, from basic concepts to complex traversals like breadth-first and depth-first searches, and algorithms including Prim's and Kruskal's. Learn dynamic programming with real-world examples like factorial, Fibonacci, and the coin change problem. The course concludes with practical applications of Bloom Filters, offering insights into efficient data handling and optimization techniques.
Find Frontend Masters Online:
Twitter: https://twitter.com/FrontendMasters
LinkedIn: https://www.linkedin.com/company/frontend-masters/
Facebook: https://www.facebook.com/FrontendMasters
Instagram: https://instagram.com/FrontendMasters
About Us:
Advance your skills with in-depth, modern front-end engineering courses — our 150+ high-quality courses and 18 curated learning paths will guide you from mid-level to senior developer! https://frontendmasters.com/?utm_source=youtube&utm_medium=home_link&utm_campaign=advanced-algorithms
Sections:
0:00 - Introduction & Course Description
0:35 - Balance Factor
7:03- B-Tree Leaf Deletion
13:34 - Bloom Filter