Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 286 Bytes

File metadata and controls

5 lines (3 loc) · 286 Bytes

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