View Problem
Find the common items in two lists
Given two lists, find the common items. E.g. given beans =
Submit a new solution for perl, java, or groovy
There are 16 other solutions in additional languages (clojure, cpp, csharp, erlang ...)
['broad', 'mung', 'black', 'red', 'white'] and colors = ['black', 'red', 'blue', 'green'], what are the bean varieties that are also color names?
Submit a new solution for perl, java, or groovy
There are 16 other solutions in additional languages (clojure, cpp, csharp, erlang ...)




