ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1196. History Exam

How to solved it in time limit? I use sort bin-tree,but time overflow......
Posted by aaakkk 2 Mar 2002 19:19
Re: How to solved it in time limit? I use sort bin-tree,but time overflow......
Posted by zdv 11 May 2002 12:02
 I used dihotomy search of student`s number in teacher`s list.
Teacher`s array is already sorted, so it works. My program worked 2.5
seconds.
I use binary search and it's nowrking.
Posted by IvanPMI_LNU 18 Feb 2007 02:46