This TypeScript project implements various algorithms and data structures. It provides a collection of well-documented, efficient, and easy-to-use TypeScript implementations. Explore the richness of computer science concepts and enhance your understanding of algorithms and data structures.
- Implementations of various algorithms and data structures in TypeScript.
- Configurable and well-documented code for easy understanding.
- NPM scripts for running different algorithms and tasks.
- Clone the repo
- Open terminal
- Install npm packages
npm install
- Look at package.json - you can easily run any algorithm and data structure using npm
npm run dijkstra