Skip to content

Sample data structures & algorithms written in TypeScript

Notifications You must be signed in to change notification settings

Jakhongiirr/art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software engineering is an art, engineer is an artist

For visualised algorithms and data structures: VisuAlgo

TypeScript Algorithms and Data Structures

Overview

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.

Features

  • 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.

Getting Started

  1. Clone the repo
  2. Open terminal
  3. Install npm packages
npm install
  1. Look at package.json - you can easily run any algorithm and data structure using npm

Sample:

npm run dijkstra

About

Sample data structures & algorithms written in TypeScript

Topics

Resources

Stars

Watchers

Forks