Data Structures & Algorithms training

These files are for helping me learn about Data Structures & Algorithms.

Install Deno

  1. Open Powershell and Run as Administrator
  2. iwr https://deno.land/x/install/install.ps1 -useb | iex
  3. Install the VS Code Deno Extension
  4. Close and reopen VS Code

Run in debug mode

  1. Open the "Run and Debug" side bar
  2. Click "Run Deno debug session"

Run without debug

  1. Open a terminal
  2. Run deno filename.ts

Creating new files

  1. create fileName.ts
  2. import it into $main.ts