Usage Install dependencies npm install Add your algorithm in algo.ts (or any .ts file) Run it node <path-to-your-file> Or use CTRL + SHIFT + B in VS Code. Purpose Minimal TypeScript setup to quickly run algorithms.