This week's challenge: This week's challenge comes from listener Dan Pitt, of Palo Alto, Calif. Take the name BUENOS AIRES. Remove one letter. The remaining letters can be rearranged to name two things that many people wish for around this time of year. What are they?
Okay, so we're looking for two words, and these are things that people wish for around the Christmas (or Hanukkah?) season. I suppose these could be actual gifts like "toys" or "chocolates" or "socks", or they could be more abstract like "peace" for the new year, or "wealth", or "snow" for a white Christmas.
BUENOS AIRES has 11 letters, and we have to drop 1. So we need two words containing 10 letters total. I think it's safe to assume that neither word will be one letter or two letters, so our two words will be one of these combinations of letters:
- 3+7
- 4+6
- 5+5
- Start with a list of candidate words, W;
- Remove any word in W that cannot be spelled with BUENOSAIRES;
- For each word wd_a in W, find any other word wd_b in W for which the length of wd_a + length of wd_b = 10; store pairs as list P
- Remove any pair in P for which wd_a and wd_b cannot be spelled with BUENOSAIRES;
- Print remaining pairs and find solution among them.
- "I'm wishing for [MASK] this Christmas"
- "Classic Christmas gifts like [MASK]"
- "I was so happy when I got [MASK] for Christmas"
- etc.
- All I want for Christmas is [MASK]
- All I want for Christmas is a [MASK]
- [MASK] are selling out this Christmas
- sold out of [MASK] this Christmas
- I'm wishing for [MASK] this Christmas
- I'm wishing for a [MASK] this Christmas
- I got [MASK] for Christmas
- I got a [MASK] for Christmas
- Classic Christmas gifts like [MASK] and
- [MASK] is the hottest Christmas gift
- I wish for [MASK] this Christmas
- asked Santa Claus for [MASK]
- asked Santa for [MASK]
- asked Santa Claus for a [MASK]
- asked Santa for a [MASK]
- best Christmas gift was [MASK]
- Christmas gift was a [MASK]
- gave me a [MASK] for Christmas
- gave me [MASK] for Christmas
- the gift of [MASK] this Christmas
- ['air', 'bonuses']
- ['aires', 'bones']
- ['aires', 'bonus']
- ['are', 'bonuses']
- ['ari', 'bonuses']
- ['beans', 'euros']
- ['beans', 'rosie']
- ['beau', 'sirens']
- ['bee', 'russian']
- ['been', 'russia']
- ['ben', 'serious']
- ['bone', 'raises']
- ['bone', 'russia']
- ['bones', 'raise']
- ['bonus', 'raise']
- ['bruises', 'neo']
- ['bruises', 'one']
No comments:
Post a Comment