pkrinesh / kata-machine

Solution of DSA repo of ThePrimeagen/kata-machine from Frontend Master - The Last Algorithms Course You'll Need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kata-machine

This repo is solution of ThePrimeagen/kata-machine.

This project is clone of ThePrimeagen/kata-machine from the free DSA course available on Frontend Masters as the The Last Algorithms Course You'll Need which he teaches.

I have refactored it for my convenient, using bun.js for faster testing instead of jest. I have also added few additional tests for some algorithm and there will be some notes at the end of each file.

To install dependencies:

bun install

To run:

bun run test

This project was created using bun init in bun v1.0.3. Bun is a fast all-in-one JavaScript runtime.

About

Solution of DSA repo of ThePrimeagen/kata-machine from Frontend Master - The Last Algorithms Course You'll Need.


Languages

Language:TypeScript 100.0%