You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readRank function does not return the correct rank because it is not guaranteed to search from the bucket with the highest score.
Also, in the createScore function, I think count should represent the number of all individual scores under it, but it actually represents the number of buckets under it.
Therefore, if there is another Range under the Range, the count will not be correct.