- Notifications
You must be signed in to change notification settings - Fork0
giuseppe16180/kotlin-coding-theory
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple collection of traditional Coding Theory algorithms made in Kotlin, with a touch of functional programming.
Every script is meant to be used withkscript.
You can find a simple implementation of theBurrows–Wheeler transform in the filebwt.kt.
$ kscript bwt.kt -d 'hello world''olhdrellwo ' 3$ kscript bwt.kt -i 'olhdrellwo ' 3 hello worldYou can find a simple implementation of theFibonacci Coding in the filefibonacci.kt.
$ kscript fibonacci.kt 14 1 -> 11 2 -> 011 3 -> 0011 4 -> 1011 5 -> 00011 6 -> 10011 7 -> 01011 8 -> 000011 9 -> 10001110 -> 01001111 -> 00101112 -> 10101113 -> 000001114 -> 1000011About
Coding Theory algorithms in Kotlin
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published