An open API service indexing awesome lists of open source software.

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.

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