Comments by "MrAbrazildo" (@MrAbrazildo) on "Essentials: Brian Kernighan on Associative Arrays - Computerphile" video.
-
2
-
1
-
1
-
+Tegan You can have 1 vector filled with "unordered" indexes from, let's say, pixels in screen, and the other (vector) with "orders" (string), and a lambda f(), to coordinate them.
So, you say '[]("HIT THE MAIN CHARACTER")' , and the lambda finds this string in 1 vector, measure the index from the beginning, then returns the match pixel, from the other vector.
1