My solutions of the Easy Collection study path.
The solutions are intended to be short and concise using Kotlin and TypeScript programming languages.
The answers follow the functional programming style being Kotlin-idiomatic.
The TypeScript code follows the Google TypeScript Style Guide.
- Ángel Gladín: LeetCode profile
- Create a script for creating the
.ts
template file of all the*.kt
codes. - Solve the problems using TypeScript.
- Start solving the
Medium Collection
. - How to test Kotlin code.
How to use file_creator.py?
Example,
$ python3 file_creator.py -i kt -o ts -f .
kt
: Stands for Kotlin input file extention.ts
: Stands for TypeScript output file extention..
: The path of the folder.