Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

UVa 10037 - Bridge

A simple n log(n) works fine. The basic idea is to use the first and second fast person for carrying the flashlight.

Python solution