Polyman Documentation - v2.2.2
    Preparing search index...

    Interface Solution

    Represents a problem solution with its expected behavior tag. Solution

    interface Solution {
        name: string;
        modificationTimeSeconds: number;
        length: number;
        sourceType: string;
        tag: SolutionTag;
    }
    Index

    Properties

    name: string

    Solution file name

    modificationTimeSeconds: number

    Last modification time (Unix timestamp)

    length: number

    File size in bytes

    sourceType: string

    Language/compiler (e.g., 'cpp.g++17')

    Expected behavior