An open API service indexing awesome lists of open source software.

https://github.com/dan503/learning-dsa---data-structures---algorythms


https://github.com/dan503/learning-dsa---data-structures---algorythms

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
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`