Skip to content

lukasbicus/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

My personal space for practising algorithms. Now I focus on Advent of code 2015 and I have a lot of fun.

How to run ts scripts

Make sure, you are running on deno version 1.45.5+. You can use dvm

dvm use

Run example script in order to check your setup

deno run ./scripts/validate-setup.ts

Tests

In order to run tests, execute:

deno task test

In order to run tests in single folder, run in the folder

deno test **.test.ts --watch

About

Playground for learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published