/data-structures-and-algorithms

Data structure and algorithm implementations and visualizations in React.

Primary LanguageTypeScriptMIT LicenseMIT

Data Structures and Algorithms

Data structure and algorithm implementations and visualizations in React.

Implementations

  • Stack
  • Queue
  • Linked List
  • Doubly Linked List
  • Binary Tree

Installation

npm i

Available Commands

Command Description
npm run dev Start the development server (http://localhost:3000)
npm run build Build the project for production
npm run preview Preview the production project
npm run test Run all tests
npm run test:coverage Run all tests with coverage report