-
Graph traversal: DFS and BFS
-
Dijkstra (TODO)
-
Binary tree (TODO)
-
Search (TODO)
You need NodeJS to run this app.
$ npm install
$ npm run start
$ npm run test
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.