Skip to content

The reversort execise of the qualification round google code jam 2021

License

Notifications You must be signed in to change notification settings

devpatrol/google.code.jam.2021.round0.reversort

Repository files navigation

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

About

The reversort execise of the qualification round google code jam 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published