googlecodejam

The Google Code Jam programming competition archives.

Several years of Google Code Jam programming competitions, C and C++ language solutions, compiled and aligned with challenge problem descriptions.

Data: https://zibada.guru/gcj/

Functions

adapt_googlecodejam_from_raw(self, data, ...)

Classes

GoogleCodeJam([writer, executor, ...])

class undertale.datasets.googlecodejam.GoogleCodeJam(writer: str = 'parquet', executor: str = 'local', logging_directory: str | None = None)

Bases: Dataset