Hen Hanna
unread,Mar 2, 2023, 6:15:11 PM3/2/23You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
>>> I found Hen Hanna's "packing" problem to be an intriguing one
Given a list of SeedWords: ['APPLE', 'PIE', 'APRICOT', 'BANANA', 'CANDY'] <<<
starting with Concatenated string 'ApplePieApricotBananaCandy'
Rem1 : if dropping a char still packs all of SeedWords, drop the char.
if we get stuck, possibly Randomly move a char (or do something else)
Repeat.
Does this always lead to a shortest (all-packing) string?