8 lines
381 B
Markdown
8 lines
381 B
Markdown
|
# Longest word
|
||
|
|
||
|
Puzzle from the [rendezvous with cassidoo](https://buttondown.email/cassidoo/archive/fight-for-the-things-that-you-care-about-but-do/) newsletter from June 26th, 2022.
|
||
|
|
||
|
> Given a string str and a set of words dict, find the longest word in dict that is a subsequence of str.
|
||
|
|
||
|
Solution posted at https://gist.github.com/zoeisnowooze/6fadc2ee0232f5899a287549a92a4f4e
|