Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Unsolved Algorithm Questions

Max product

Product of word length which words that share no letters(all lower case).

E.g {feed, see, stuck}: max product: 5 * 4 = 20

Follow up: Optimal way to exit earlier in loop