kahramankostas / Testing-CSES-Problem-Set-with-Julia

Testing CSES Problem Set with Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing CSES Problem Set with Julia

CSES, which is a very useful site for Competitive Programming, unfortunately, does not support some languages. With this repo, we offer the opportunity to test the codes written in Julia, one of the languages that are not supported.

Our code consists of two steps.

  • The file named CSES Problem Set-example downloader downloads the input and output files of the questions asked on the CSES site. It creates a separate folder for each question and separate subfolders for each input.

  • The Julia Tester file tests whether the code you have written works correctly and calculates the runtime.

We only shared 1068-Weird Algorithm files, as the test files of all questions take up quite a lot of space.

You can also adapt it to other unsupported languages by modifying the "Julia Tester" file.

About

Testing CSES Problem Set with Julia


Languages

Language:Jupyter Notebook 97.3%Language:Julia 1.5%Language:Python 1.2%