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

https://github.com/wenerme/kori

Kori - Algorithm with kotlin - AlKorithm
https://github.com/wenerme/kori

algorithms boolean-algebra boolean-expression

Last synced: 5 months ago
JSON representation

Kori - Algorithm with kotlin - AlKorithm

Awesome Lists containing this project

README

          

# Kori

> Experiment algorithm with kotlin
>
> alKorithm

## Dev
```
# web dev
cd web && parcel index.html

# build dist
git worktree add gh-pages dist
cd web && npm run dist
```