HamzaHassanain/polyman

Implement Time Scaling For Java & Python

Open

#5 opened on Nov 9, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

Description

In competitive programming, time scaling is a policy where the standard time limit for a problem is adjusted (usually increased) for programming languages that are inherently slower or less efficient than the primary language used by the platform's judging system (typically C++).

Contributor guide