Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peng1999/algorithmset
实现和测试各种算法
https://github.com/peng1999/algorithmset
Last synced: about 2 months ago
JSON representation
实现和测试各种算法
- Host: GitHub
- URL: https://github.com/peng1999/algorithmset
- Owner: peng1999
- Created: 2015-07-02T06:57:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T08:31:15.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T07:56:08.096Z (almost 2 years ago)
- Language: F#
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlgorithmSet
实现和测试各种算法
## 24Point
给定n个数字,求出这些数字通过+、-、*、/组成的结果为24的所有算式。