Copyright | Copyright (C) 2023 Yoo Chung |
---|---|
License | GPL-3.0-or-later |
Maintainer | dev@chungyc.org |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Some solutions to Problems.P93 of Ninety-Nine Haskell Problems.
Synopsis
- arithmeticPuzzle :: [Integer] -> [String]
Documentation
arithmeticPuzzle :: [Integer] -> [String] Source #
Given a list of integer numbers, find a correct way of inserting the arithmetic signs such that the result is a correct equation.