puzzles/longest-word
Zoé Cassiopée Gauthier 7e4f02547b Initial commit
2024-04-02 17:01:09 -04:00
..
longestword.c Initial commit 2024-04-02 17:01:09 -04:00
README.md Initial commit 2024-04-02 17:01:09 -04:00

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