Fading Coder

One Final Commit for the Last Sprint

Identifying Gems in a Collection Using Hash Sets

Problem OverviewGiven a string gem_types representing the different categories of precious stones, and another string inventory representing the stones in your possession, determine how many of the stones you own are actually precious. Each character in inventory represents a single stone.Constraint...