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
- Host: GitHub
- URL: https://github.com/wenerme/kori
- Owner: wenerme
- License: mit
- Created: 2019-06-07T08:29:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T17:12:11.000Z (over 6 years ago)
- Last Synced: 2025-06-27T14:02:50.187Z (5 months ago)
- Topics: algorithms, boolean-algebra, boolean-expression
- Language: Kotlin
- Homepage: https://wenerme.github.io/kori
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```