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
- Host: GitHub
- URL: https://github.com/dan503/learning-dsa---data-structures---algorythms
- Owner: Dan503
- Created: 2024-08-02T10:17:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T01:24:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T02:29:02.633Z (over 1 year ago)
- Language: TypeScript
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`