Click or drag to resize
LCRUtilityFindK Method
Distributed Algorithm Simulator
Finds the maximum number of repeating IDs in a list of integers

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static int FindK(
	List<int> list
)

Parameters

list
Type: System.Collections.GenericListInt32
ID list

Return Value

Type: Int32
Maximum number of repeating IDs
See Also