Hacker News new | ask | show | jobs
by hypnocode 5042 days ago
Besides brute force decryption, does anyone have some good examples of O(2^N) algorithms?

Also: http://www.kurzweilai.net/software-progress-beats-moores-law Algorithmic improvement account for more of the acceleration in computing power than physical factors, such as transistor density.

1 comments

SAT for instance has only been solved with O(2^n) algorithms so far. The tricky thing here is that we don't quite know whether it could be done any quicker (google up P=NP for a more detailed description).