This project shows how easy it is to invert a binary tree using Typescript.
- Open a terminal and clone the repository
- Switch into the invert-binary-tree directory
- Run
npx tsc
for compiling the Typescript code - Run
npm start
to execute the JavaScript code