Examples of common problem solving patterns, search and sort algorithms (simple and complex) & recursion
# Locally in your project.
npm install -D typescript
npm install -D ts-node
# Or globally with TypeScript.
npm install -g typescript
npm install -g ts-node
# Depending on configuration, you may also need these
npm install -D tslib @types/node
# Execute a script as `node` + `tsc`.
ts-node scriptname.ts