Thursday, August 04, 2016

Algoritmos :: Lecturas



Recursos:

0. Programming Challenges and Competitions (re https://courses.cs.ut.ee/MTAT.03.269/2016_spring/uploads/Main/Lecture1.pdf

1. http://www.comp.nus.edu.sg/~stevenha/myteaching/

2. Programming Challenges: The Programming Contest Training Manual http://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf




No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...