/kata-machine

Collection of algorithms and data structures implemented in TypeScript.

Primary LanguageTypeScript

Kata Machine

Kata Machine

Algorithms and Data Structures

Table of Contents

Description

This repository contains a collection of algorithms and data structures implemented in TypeScript. This project follows the The Last Algorithms Course You'll Need course from Frontend Masters by ThePrimeagen.

The repository itself is a fork from Main Repository.

Installation

Clone this repository and install the dependencies.

$ git clone https://github.com/matheuslanduci/kata-machine.git

$ cd kata-machine

$ yarn install

Usage

You can run the tests so you can check if the algorithms are working properly.

$ yarn test