When I was reading about quantum algorithms I face to Deutsch-Jozsa algorithm , I see that if we want to solve that problem in non quantum algorithm, our algorithm have exponential time complexity .now I want to know what is the time complexity of Deutsch-Jozsa algorithm with quantum computers ? thanks

link|improve this question

72% accept rate
feedback

1 Answer

According to Wikipedia the complexity of the quantum algorithm is constant:

The Deutsch-Jozsa quantum algorithm produces an answer that is always correct with a single evaluation of f.

The algorithm itself are just some calculations on quantum states, without any iterations/... so complexity is O(1).

link|improve this answer
Ok, thanks, and you means that it is in BQP class ? – amir amir Aug 20 '11 at 12:09
Yes, that would be in BQP. – sth Aug 20 '11 at 12:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.