Skip to content

tpSpace/Algorithms-Visualizer

 
 

Repository files navigation

Algorithms-Visualizer

DSA project

How to compile Typescript:

  • Install Typescript npm install -g typescript
  • Run cmd tsc --watch ( It will auto compile from ts into js everytime you save the files)