KnowsCount / countdown-conundrum

a web version of 8/10 cat does countdown conundrum.
https://countdown-conundrum.vercel.app
0 stars 0 forks source link

slow maths solver #3

Open KnowsCount opened 9 months ago

KnowsCount commented 9 months ago

The game freezes for a moment after the last number is generated for the numbers game. This happens because of the fact that the maths solver is a bit slow. I might have to implement it in a different way to fix that.

KnowsCount commented 9 months ago

It's now a recursive backtracking algorithm. I'll put it here in case I forget myself.