Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 627 Bytes

File metadata and controls

36 lines (26 loc) · 627 Bytes

GOOGLE CODE JAM 2021 {REVERSORT}

The reversort execise of the qualification round google code jam 2021

WE TRIED TO SOLVE IT

TO RUN :

C++

UBUNTU & MAC (terminal)
    clear && g++ solution.pertinent23.cpp -o main.o && ./main.o && rm main.o
WINDOWS (command prompt)
    cls && g++ solution.pertinent23.cpp -o main.o && ./main.o && rm main.o

JAVASCRIPT (node.js)

    node solution.pertinent23.js

PYTHON

WINDOWS (command prompt)

   python solution.Tomdieu.py
UBUNTU & MAC (terminal)
   python3 solution.Tomdieu.py