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

Common Board

to Li Rui
Posted by try try try 9 Oct 2001 21:00
You can use complexity O(2^16) for Problem 1122
I use xor and get faster.but,how O(2^16),this is the number if states,at least O(E) ,sure?
Posted by Chinese Li Rui 10 Oct 2001 05:58
Thank you first.
Posted by Chinese Li Rui 10 Oct 2001 05:59
> You can use complexity O(2^16) for Problem 1122
Re: I use xor and get faster.but,how O(2^16),this is the number if states,at least O(E) ,sure?
Posted by try try try 11 Oct 2001 21:27
> You can search each one turn or not.
  Remember : if one turn 2 times, it's the same to
turn 0 times .