An open API service indexing awesome lists of open source software.

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.

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.