Skip navigation links

Package com.sl.algorithms.search.pigeonhole


If 'n' items are put into 'm' containers (m is less than n), then at least one container must contain more than 1 item.

For example, there must be at least two left gloves or two right gloves in a group of three gloves.

Reference 1
Reference 2

See: Description

Package com.sl.algorithms.search.pigeonhole Description


If 'n' items are put into 'm' containers (m is less than n), then at least one container must contain more than 1 item.

For example, there must be at least two left gloves or two right gloves in a group of three gloves.

Reference 1
Reference 2
Skip navigation links