Lorderot / Spribe

Test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spribe

Test task

PlayerServiceRandomTreeImpl executes registerReadyPlayer(Player player) and findOpponent(Player player) for O(log N), where N is number of players already registered.

PlayerServiceImpl executes the same operations for O(N).

About

Test task


Languages

Language:Java 100.0%