This repository stores my algorithmic solutions
- To compile a kotlin file to jar kotlinc test.kt -include-runtime -d test.jar
- To run a jar file java -jar test.jar
- To list changed files with git: git diff --cached --name-only --diff-filter=A
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository stores my algorithmic solutions