Sometimes the simplest puzzles are the sneakiest — especially in interviews.
Take this one:
Find the longest word in a list.
val cities = listOf("rome", "berlin", "london")
📖 Want the full story? Read the original blog on Medium
Sometimes the simplest puzzles are the sneakiest — especially in interviews. Take this one: Find...
Read full article on DEVAdvertisement
DevArt keeps this article discoverable at a fast, self-canonical URL and links clearly to the original DEV publication.
Sometimes the simplest puzzles are the sneakiest — especially in interviews.
Take this one:
Find the longest word in a list.
val cities = listOf("rome", "berlin", "london")
📖 Want the full story? Read the original blog on Medium
Advertisement