https://github.com/ElijahReva/ticket-problem
Small app that helps figure out your luck level.
https://github.com/ElijahReva/ticket-problem
combinatorics expression-evaluator fparsec fsharp fsharp-practice mahapps paket reactiveui rx-observable wpf
Last synced: 4 months ago
JSON representation
Small app that helps figure out your luck level.
- Host: GitHub
- URL: https://github.com/ElijahReva/ticket-problem
- Owner: ElijahReva
- License: unlicense
- Created: 2017-08-27T14:13:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T19:12:36.000Z (over 1 year ago)
- Last Synced: 2023-10-03T02:33:23.804Z (over 1 year ago)
- Topics: combinatorics, expression-evaluator, fparsec, fsharp, fsharp-practice, mahapps, paket, reactiveui, rx-observable, wpf
- Language: C#
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lucky ticket checker
[](https://github.com/ElijahReva/ticket-problem/actions/workflows/dotnet-desktop.yml)This app can be used to determine whenever current ticket nuber is lucky one.
Ticket is lucky if there is a way to place operator to get expression that equal to `100`.
For example for ticket with #`123456789` one of possible solution is:
1+2+3+4+5+6+7+8*9 = 100
Inspired by [this post](https://habrahabr.ru/post/115066/).
In order to build project
> build.cmd
## Requirements
* .Net 4.6.1
* FSharp 4.0## Maintainer
- [@ElijahReva](https://github.com/ElijahReva)