Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 822 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 822 Bytes

The Algorithm Challenge

Tests

I started this repo using Typescript, I want like to practice Rust too. So let's practice the algorithms and data-structures using Typescript! (The exercises are from FreeCodeCamp)

Process

I copy and paste the instructions from FreeCodeCamp, then I write the tests and finally I try to resolve the problem.

Installation

Common

Download the project locally.

git clone https://github.com/KiriLL4101/the-algorithm-challenge.git
cd the-algorithm-challenge

Typescript part

This project needs node and npm/yarn.

cd typescript
yarn
yarn test
yarn start # Watch mode