arvindh-manian / ghost-solver

Python. Bot that solves the word game Ghost. Implemented using Tries w/ BFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghost-solver

Bot that solves the word game Ghost. Implemented using Tries (prefix trees) w/ BFS

What's Ghost?

Ghost is a spoken-word game where players alternate appending letters to a string, attempting to not be the one to finish a valid word. However, the string must also be the beginning of a real word.

About

Python. Bot that solves the word game Ghost. Implemented using Tries w/ BFS


Languages

Language:Python 100.0%