Skip to content

📝 Let's practices the algorithms and data-structures using only Typescript and TDD (The exercises are from FreeCodeCamp, Rosetta code and Euler project)

Notifications You must be signed in to change notification settings

KiriLL4101/the-algorithm-challenge

Repository files navigation

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

About

📝 Let's practices the algorithms and data-structures using only Typescript and TDD (The exercises are from FreeCodeCamp, Rosetta code and Euler project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published