Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 227 Bytes

File metadata and controls

9 lines (5 loc) · 227 Bytes

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