Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guitarrapc/math-lab
Implementation of some math algorithms
https://github.com/guitarrapc/math-lab
algorithm algorithm-challenges algorithms-implemented fibonacci mathematics reference
Last synced: about 2 months ago
JSON representation
Implementation of some math algorithms
- Host: GitHub
- URL: https://github.com/guitarrapc/math-lab
- Owner: guitarrapc
- License: mit
- Created: 2018-07-12T18:44:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T03:57:16.000Z (about 2 months ago)
- Last Synced: 2024-12-15T04:21:22.843Z (about 2 months ago)
- Topics: algorithm, algorithm-challenges, algorithms-implemented, fibonacci, mathematics, reference
- Language: C#
- Homepage:
- Size: 894 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MathAlgorithm
Go init.
```bash
go mod init github.com/guitarrapc/math-lab
go mod tidy
```