24points
v1.0.0
Published
A module that solves 24 points game puzzle.
Downloads
8
Readme
A module that solves 24 points game puzzle.
Usage:
const Game = require('24points')
console.log(Game.solve(3,3,4,11))The module will return the solution equation as a string. If the puzzle has no solution, it'll return false.
