/numberOfpairs

There is a large amount of shoes that must be paired by color. Given an array of integers representing the color of each shoe, determine how many pairs of shoes with matching colors there are.

Primary LanguageC++

No issues in this repository yet.