Number Expression Solver
A Python solver that exhaustively finds all possible mathematical expressions given a set of numbers to reach a target value. Implements recursive RPN tree generation and multiprocessing to solve puzzles like the '24 game' or Countdown's numbers round.