Package dev.zemco.codegame.problems


package dev.zemco.codegame.problems
Components related to problems solvable by the player.
Author:
Erik Zemčík
See Also:
  • Class
    Description
    Handles storage of problems used 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 a problem, 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.
    Problem repository which uses URL as a constant data source and ObjectMapper for deserialization.