Thanks to visit codestin.com
Credit goes to github.com

Skip to content

evancasey1/stoichiograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Stoichiograph

This program takes a word (or list of words) as input and quickly returns a list (if such a list exists) of the ways that those words can be made from the names of the elements in the periodic table.
Runs in O(n) time

Usage

python stoichiograph.py -i <inputfile> -o <options>

Options:

p: print list (file input only)
l: find longest words that can be made
c: find the word with the most possible combinations

Recommended Example

python stoichiograph.py -i testInputs/dictionary2.txt -o plc

About

This program takes a word (or list of words) as input and quickly returns a list (if such a list exists) of the ways that those words can be made from the names of the elements in the periodic table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages