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 the longest word in a list.
val cities = listOf("rome", "berlin", "london")
📖 Want the full story? Read the original blog on Medium
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)