Skip to content

Arkavidia-CP/arkavidia-cp-problemset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkavidia CP Problemset

Collection of Arkavidia CP (Competitive Programming) Problemset since $2019$.

Project structure

├── <arkavidia-year>
|   ├──<problem-name>               // The Problem Name
|   |   ├── tc                      // Folder test cases
|   │   ├── solution.cpp            // Main Solution
|   │   ├── alt-solution.cpp        // Alternative Solutions (could be more than one)
|   |   ├── spec.cpp                // Problem specification build in tcframe
|   │   ├── tutorial.md             // Tutorial written in markdown (if needed)
|   |   ├── statement.tex           // Problem in LaTeX
└── └── └── statement.pdf           // Problem in PDF

General Guide

Here are some general guides on preparing Arkavidia CP Problems:

  1. Make clear and readable statements, use LaTeX for every variable and mathematics involved, and use the proper format for classic CP Contest (See CodeForces rounds or ICPC contests).

  2. Try to make a balanced contest by estimating difficulty and tags.

  3. Create tight testcases, try not to make too many random testcases.

Notes

Templates in creating problem statement: template.tex

Use the script generate-problem.sh to generate test data and PDF statement.

About

Kumpulan problemset Arkavidia sejak 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages