Template for your README. Remove all unused parts and instructions

Lab work NUMBER: SHORT TOPIC

Authors (team): AUTHORS WITH GITHUB LINKS
Variant: VARIANT SHOULD BE HERE

Prerequisites

LIST LIBRARIES/TOOLS/OTHER UTILITIES THAT NEED TO BE INSTALLED (E.G. GCC, OPENMP, CMAKE ETC)

Compilation

HOW TO COMPILE YOUR PROGRAM? (RECOMMENDED: ./comile.sh)

Installation

DESCRIBE THE INSTALLATION PROCESS (USE ./dependencies FOLDER)

Note: For Python scripts, You must add requirenments.txt file and add your env to the .gitignore file!

Usage

PROVIDE AN EXAMPLE OF HOW TO RUN YOUR PROGRAM (IT CAN BE A_flag COMMAND LINE WITH INPUT AND EXPECTED OUTPUT)

Note: if your project needs or generates any data, media and so on -- put them into the data folder

Important!

WHAT ELSE SHOULD WE KNOW ABOUT YOUR WORK? (E.G. KNOWN ISSUES, BUGS, SPECIAL BEHAVIOR ETC)

Results

DESCRIBE THE RESULTS OF THE WORK YOU DID. WHAT DID YOU LEARN OR FIND INTERESTING?

Additional tasks

IF APPLICABLE, LIST ALL THE EXTRA FEATURES YOU ADDED. PROVIDE DETAILS

ATTENTION!

Additional tasks not listed in the previous paragraph would not be graded.

Be sure to provide a complete list of authors.