Skip to content

angelgladin/leetcode-top-interview-questions-easy-collection

Repository files navigation

LeetCode

Top Interview Questions

My solutions of the Easy Collection study path.

The solutions are intended to be short and concise using Kotlin and TypeScript programming languages.

Kotlin

The answers follow the functional programming style being Kotlin-idiomatic.

TypeScript

The TypeScript code follows the Google TypeScript Style Guide.

Current status

Author

What's next?

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.