Data structure and algorithm implementations and visualizations in React.
- Stack
- Queue
- Linked List
- Doubly Linked List
- Binary Tree
npm i
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 |