junngeronimo / Practice

Code for various coding challenges, mainly LeetCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice

Code for various challenges, mainly LeetCode. Not all problems are solved and the ones that are solved are not guaranteed to be the best answer.

Written in Typescript and then converted to Javascript to run using:

tsc [filename.ts] && node [filename.js]

About

Code for various coding challenges, mainly LeetCode.


Languages

Language:TypeScript 96.7%Language:Java 3.3%