Concept Flow - Associate for map creation
Start with a list
Iterate over each element
Create key-value pair
Add pair to map
Repeat for all elements
Return the map
This flow shows how Kotlin's associate function takes a list, creates key-value pairs for each element, and builds a map.