Research Article
An Optimized Player Taxonomy Model for Mobile MMORPGs with Millions of Users
Algorithm 1
Find the core relation group.
| Output in | | Const t = MinOverlapTimeRatio; | | var player set ;;; | | Begin | | for each do | | for each relation do | | for each player do | | ←CalculateOverlapTime (,); | | if QuickSort () > t then | | Select (); //select player | | as core-player | | end if | | end for | | end for | | end for | | end. |
|