TIL/Algorithm
2019. 8. 11.
[Algorithm] Hackerrank - Sock Merchant
문제: John works at a clothing store. He has a large pile of socks that he must pair 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 . F..