https://github.com/zrwusa/vivid-algorithm
Examples of data-structure-typed, Javascript Data Structure, TypeScript Data Structure Library. And 150+ algorithms. Meticulously crafted to empower developers with a versatile set of essential data structures.
https://github.com/zrwusa/vivid-algorithm
Last synced: about 1 year ago
JSON representation
Examples of data-structure-typed, Javascript Data Structure, TypeScript Data Structure Library. And 150+ algorithms. Meticulously crafted to empower developers with a versatile set of essential data structures.
- Host: GitHub
- URL: https://github.com/zrwusa/vivid-algorithm
- Owner: zrwusa
- Created: 2023-09-11T06:33:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T09:51:12.000Z (about 1 year ago)
- Last Synced: 2025-04-09T12:21:54.685Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://vivid-algorithm.vercel.app
- Size: 10.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vivid Algorithm
## Examples of data-structure-typed
## Review the online examples first, and then proceed to use data-structure-typed package.
[live example](https://vivid-algorithm.vercel.app/)
[code of 150+ algorithms](https://github.com/zrwusa/vivid-algorithm/tree/main/src/algorithms)
[install & use the data-structure-typed](https://github.com/zrwusa/data-structure-typed)
## Installation of Example also provided
For development
```sh
// with yarn
yarn
yarn dev
// with npm
npm install
npm run dev
```
For a local web server.
```sh
// with yarn
yarn build
yarn start
// with npm
npm run build
npm run start
```
## Implementing algorithms using the "data-structure-typed" library.
## Playback of algorithm execution process.
## VividAlgorithm, this project provides a frontend React component for visualizing the execution process of various algorithms.