Create a Boggle Word Solver using recursion in Python
Course Features
Duration
1 hour
Delivery Method
Online
Available on
Limited Access
Accessibility
Desktop, Laptop
Language
English
Subtitles
English
Level
Intermediate
Teaching Type
Self Paced
Video Content
1 hour
Course Description
Course Overview
Virtual Labs
International Faculty
Post Course Interactions
Hands-On Training,Instructor-Moderated Discussions
Case Studies, Captstone Projects
Skills You Will Gain
What You Will Learn
learn to store the dictionary in a trie data structure which makes for more efficient lookups
recursively search in all allowed directions for plausible words using depth first traversal
Create a boggle word solver in python by defining various functions that load a 4x4 game board based on input
Course Content