Facktorial / SPR_2022

C++/python project for handling SPR course, where was solved problems from Onlinejudge, sometimes tested with "doctest.h"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spr-tasks-project

Project of SPR tasks

C++20 Project of tasks from SPR course at VSB-TUO, 2022 With C++11 variant of solution. Tested with "doctest.h", sometimes, once i used pytest a python script, morelikely i provide only some sample of inputs and outputs.

Overview

Purpose

Features

-cmake for building project

-doctest for testing of the tasks

Installation

sudo apt install cmake

Run

cd build
cmake -DCMAKE_CXX=Clang -DCMAKE_BUILD_TYPE=Debug ../
make

About

C++/python project for handling SPR course, where was solved problems from Onlinejudge, sometimes tested with "doctest.h"

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 94.2%Language:Python 2.6%Language:CMake 2.6%Language:Pascal 0.3%Language:C 0.2%Language:Batchfile 0.0%