Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 379 Bytes

word-chain

word_chain.py by Nathan Laing 2044685 & Sam Fleury 897306

A program to solve word chains of minimum and given lengths. COSC326, Etude 13. Summer School, 2019.

Usage: To run: python word_chains.py (optional) Program reads from stdin, so textfiles can be piped into it as a dictionary to make the adjacency graph from.