https://github.com/pthariensflame/bijective-bigints
A naïve implementation of big integers using a bijective numeration system internally
https://github.com/pthariensflame/bijective-bigints
Last synced: 3 months ago
JSON representation
A naïve implementation of big integers using a bijective numeration system internally
- Host: GitHub
- URL: https://github.com/pthariensflame/bijective-bigints
- Owner: pthariensflame
- License: mit
- Created: 2025-02-28T17:51:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:02:11.000Z (3 months ago)
- Last Synced: 2025-03-15T15:51:13.698Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `bijective-bigints`
A naïve implementation of big integers using a bijective numeration system internally.