.. | ||
longestword.c | ||
README.md |
Longest word
Puzzle from the rendezvous with cassidoo 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