Skip to content

Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are.

Notifications You must be signed in to change notification settings

vindhya124/HackerRankPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRankPractice Sock Merchant problem

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 n=7 socks with colors ar = [1, 2, 1, 2, 3, 4, 5] . There is one pair of color 1 and 2. There are three odd socks left, one of each color. The number of pairs is 2.

About

Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages