Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 807 Bytes

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.