https://github.com/ringabout/hacking-to-the-algorithm
Learning interesting algorithms in Nim.
https://github.com/ringabout/hacking-to-the-algorithm
Last synced: about 1 year ago
JSON representation
Learning interesting algorithms in Nim.
- Host: GitHub
- URL: https://github.com/ringabout/hacking-to-the-algorithm
- Owner: ringabout
- License: mit
- Created: 2020-08-24T04:29:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T03:34:11.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T15:03:51.181Z (over 1 year ago)
- Language: Nim
- Size: 134 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hacking-to-the-algorithm
Learning interesting algorithms in Nim.
## Algorithms
[Maximum subarray in dynamic programming](https://github.com/xflywind/hacking-to-the-algorithm/blob/master/articles/Maximum%20subarray%20in%20dynamic%20programming.md)
## Data structure