https://github.com/oliverkovacs/ncoins-matrix
O(log n) solution for the NCOINS problem.
https://github.com/oliverkovacs/ncoins-matrix
Last synced: 3 months ago
JSON representation
O(log n) solution for the NCOINS problem.
- Host: GitHub
- URL: https://github.com/oliverkovacs/ncoins-matrix
- Owner: OliverKovacs
- Created: 2023-03-03T20:57:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T21:19:04.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:33:19.515Z (5 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ncoins-matrix
O(log n) solution for the NCOINS problem.