nikhilhenry / brainvita

0 stars 1 forks source link

Incorrect BST Algorithm #17

Closed nikhilhenry closed 2 months ago

nikhilhenry commented 2 months ago

Right now we have some djkstra's algorithm to solve but it doesn't work in the commonly understood version of brainvita. Hence, we must learn from the Search Method's Course and use an pristine algorithm which can beat the game in 18 moves.

PjrCodes commented 2 months ago

It's correct, says sir! For now, I think we can ignore this issue.