Remco Peereboom

Results 3 issues of Remco Peereboom

The whole point of binary search is to do array searches in logarithmic time, instead of in linear time. Having recently taken a look at the implementations, I have not...

``` javascript Game.Map.prototype.getRandomFloorPosition = function() { // Randomly generate a tile which is a floor var x, y; do { x = Math.floor(Math.random() * this._width); y = Math.floor(Math.random() * this._width);...

The documentation does not have any installation instructions for windows. It would be nice if there were a guide that walked users through getting `matrix-lapacke` and `matrix-atlas` to run. The...

documentation