Skip to content

khyeh/algorithms-practice

Repository files navigation

List of practice problems for algorithms written in TypeScript.

Table of Contents

How to Run

  1. Install TypeScript and it's dependencies: npm i

  2. Install ts-node using the following command: npm install -g ts-node

  3. Run any file with the command: ts-node {path_to_file} Example: ts-node src/concepts/dynamicProgramming/climbStairs.ts

About

List of practice problems for algorithms written in TypeScript.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors