S01E23 of 24 episodes

Graph Search and a Word Game

How to Program: Computer Science Concepts and Python Exercises(2016)
October 31, 2016 30m
Ended
English

Examine a famous graph algorithm called breadth-first search, which shows the shortest path connecting nodes in a tree. Use this technique to write a program creating an entertaining game, in which a word is transformed one letter at a time, with each new iteration required to be a valid word.