Completed
- Introduction:
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Solving Boggle Using AI - Dynamic Programming + Trie in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction:
- 2 - What is Boggle:
- 3 - Demonstration of Algorithm:
- 4 - Algorithm Planning:
- 5 - What the heck is a trie?:
- 6 - Dictionary encoded as a trie:
- 7 - Finding a dictionary:
- 8 - Building a trie dynamically:
- 9 - Demonstration of Trie Building:
- 10 - Boggle Solving:
- 11 - Boggle Board as a Graph:
- 12 - Adjacency Matrix for Boggle:
- 13 - Boggle Solving creating the graph:
- 14 - Demonstration of graph creation:
- 15 - Traversing the Boggle Graph:
- 16 - Movement for traversal cut and jump:
- 17 - Traversing the Boggle Graph recursion:
- 18 - Final Demonstration:
- 19 - Conclusion:
- 20 - ° ͜ʖ °: