Hacker News new | ask | show | jobs
by jychang 4469 days ago
... Much higher than P pretty obviously. 16 possible drop points and 4 possible moves each turn maximum, let's say only half of each is available on average. That gives ((2)(8))^N for N amount of turns.
2 comments

That's not really how computational complexity works.
Why is there no better algorithm than exhaustive search of the game tree?