This was interesting - got dumped out of the game, only log message seems to be:
Node 1 <Va7aqd> !JavaScript /sbbs/xtrn/bublbogl/game.js line 336: InternalError: too much recursion
Wasn't doing anything terribly interesting aside from playing.
Node 1 <Va7aqd> !JavaScript /sbbs/xtrn/bublbogl/game.js line 336: InternalError: too much recursion
Wasn't doing anything terribly interesting aside from playing.
Re: Bubble Boggle error
By: Va7aqd to All on Fri Apr 26 2019 12:18 am
This was interesting - got dumped out of the game, only log message seems to be:
Node 1 <Va7aqd> !JavaScript /sbbs/xtrn/bublbogl/game.js line 336: InternalError: too much recursion
Wasn't doing anything terribly interesting aside from playing.
I've seen that once with a JavaScript door I was developing. It seems JavaScript doesn't allow as much recursion as other languages, such as C++.
the dictionary file, starting at the middle of the file, then halfway between there and the start or end of the file, then halfway between *there* and the start or end of the file, and so on, until the middle line matches the word you entered. Actually seems like it could be a fairly speedy way of searching, most of the time.
Apparently this thing continuously narrows down on the location of a word in the dictionary file, starting at the middle of the file, then halfway between there and the start or end of the file, then halfway between *there* and the start or end of the file, and so on, until the middle line matches the word you entered. Actually seems like it could be a fairly speedy way of searching, most of the time.
Apparently this thing continuously narrows down on the location of a word in the dictionary file, starting at the middle of the file, then halfway between
there and the start or end of the file, then halfway between *there* and the start or end of the file, and so on, until the middle line matches the word you
entered. Actually seems like it could be a fairly speedy way of searching,
Can't think of a great way to fix it at the moment, but I've shared your report with the game's author.
https://en.wikipedia.org/wiki/Binary_search_algorithm :-)
https://en.wikipedia.org/wiki/Binary_search_algorithm :-)
Re: Bubble Boggle error
By: Digital Man to echicken on Fri Apr 26 2019 12:03:26
https://en.wikipedia.org/wiki/Binary_search_algorithm :-)
And ... now it's coming back to me after perusing that article for a minute. I remember using this years ago; evidently I haven't had a need for it since.
SMBLIB uses it when a searching message base index for a specific message number. And it's a popular "coding" interview question.
Sysop: | Ruben Figueroa |
---|---|
Location: | Mesquite, Tx |
Users: | 7 |
Nodes: | 4 (0 / 4) |
Uptime: | 145:34:52 |
Calls: | 91 |
Files: | 53 |
Messages: | 77,350 |