Skip to content

brandoncroberts/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures-and-algorithms

Problem Creation

Run deno task create-problem ${problemName} to create the directory and files for a new problem

Running Tests

Run deno test in the root directory to run all tests. Run deno test ${pathToTestFile} to run an individual test file.

Running Benchmarks

Run deno bench ${pathToTestFile} to run a benchmark on an individual benchmark test file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published