Package dev.zemco.codegame.problems
package dev.zemco.codegame.problems
Components related to problems solvable by the player.
- Author:
- Erik Zemčík
- See Also:
-
ClassDescriptionHandles storage of
problemsused by the application.Service that manages business logic related to management of problems available to the application.Problem is a challenge solvable by player.Problem case describes a test case of aproblem, which is used to validate player solution.Problem cases memory settings contains memory settings, which are used to configure execution memory during validation of player's solution.Implementation of business logic related to management of problems available to the application that uses provided problem repository as source of problems.