puzzles/longest-word/README.md

8 lines
381 B
Markdown
Raw Normal View History

2024-04-02 21:01:09 +00:00
# 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