Description
Like the Tri Sélectif
challenge, you must sort the array, but this time you must be efficient!
A simpler variant of this challenge is available here: Tri Sélectif.
Files
- docker-compose.yml
-
client.py
1.08 KiB – e25b6bab6abe7fe96b23df9a65e69ca204e4b313cec45a3eba125511ac4e8565 -
tri-tres-selectif.py
1.58 KiB – b589d425027a7aac4d9d883c18d4a9301c11419b31f41c404f7c80b3b81fc3ea
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2023-misc-tri-tres-selectif/docker-compose.public.yml -o docker-compose.yml
- Launch the challenge by executing in the same folder:
docker compose up
- Then, in another console, access the challenge with Netcat:
nc localhost 4000
In case you encounter problems, please consult the FAQ.
Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.
Writeups
There are no public solutions for this challenge yet, but you can submit yours after getting the flag.