update everything
This commit is contained in:
@@ -47,6 +47,12 @@ namespace Assets.Data
|
||||
return BitWise.HammingWeight(champions);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 0 to n-1
|
||||
/// </summary>
|
||||
/// <param name="champions"></param>
|
||||
/// <param name="n"></param>
|
||||
/// <returns></returns>
|
||||
public static long GetNthChampion(long champions, int n)
|
||||
{
|
||||
int kThFoundChampion = 0;
|
||||
|
||||
Reference in New Issue
Block a user