List of practice problems for algorithms written in TypeScript.
-
Install TypeScript and it's dependencies:
npm i -
Install
ts-nodeusing the following command:npm install -g ts-node -
Run any file with the command:
ts-node {path_to_file}Example:ts-node src/concepts/dynamicProgramming/climbStairs.ts