Skip to content

A collection of some well known algorithms written in TypeScript

Notifications You must be signed in to change notification settings

florestankorp/TypeScript-Algorithms

Repository files navigation

TypeScript Algorithms

  1. Graph traversal: DFS and BFS

  2. Dijkstra (TODO)

  3. Binary tree (TODO)

  4. Search (TODO)

Get up and running

You need NodeJS to run this app.

Install dependencies

$ npm install

Run it

$ npm run start

Testing

$ npm run test

Recommended VSCode Extensions

This project comes pre-configured with:

  • ESLint
  • Prettier
  • Vitest

Install the following extensions to get the most out of these tools

.vscode/extensions.json

Note: Make sure to enable Experimental: Use Flat Config to ensure ESLint works properly.

About

A collection of some well known algorithms written in TypeScript

Resources

Stars

Watchers

Forks