HackerRank] Sales by Match (Easy)


HackerRank] Sales by Match (Easy)

*문제 Alex works at a clothing store. There is a large pile of socks that must be paired by color for sale. Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are.For example, there are socks with colors . There is one pair of color and one of color . There are three odd socks left, one of each color. The number of pairs is 2.Function DescriptionComplete the sockMerchant function in the editor below. It must return an integer representing the number of matching pairs of socks that are available.sockMerchant has the follo..........



원문링크 : HackerRank] Sales by Match (Easy)