Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 315 Bytes

Usage

For Windows user, make sure you installed MINGW and configured g++ correctly:

  1. Go to project folder
  2. Compile the main.cpp

g++ main.cpp -O3 -std=c++20 -o lab.exe

  1. Run the experiment program

For Unix user, make sure you installed GNU tool chains:

  1. Goto project folder
  2. Run

./run.sh