Hackerrank – Gemstones

Problem Statement
A description of the problem can be found on Hackerrank.

Solution
Do intersect of all characters of strings comming as the input.

I created solution in:

All solutions are also available on my GitHub.

Java

JavaScript

Ruby

Scala