https://github.com/zrwusa/data-structure-typed-examples
Examples of data-structure-typed, Javascript Data Structure, TypeScript Data Structure Library, meticulously crafted to empower developers with a versatile set of essential data structures. Our library includes a wide range of data structures
https://github.com/zrwusa/data-structure-typed-examples
Last synced: 12 days ago
JSON representation
Examples of data-structure-typed, Javascript Data Structure, TypeScript Data Structure Library, meticulously crafted to empower developers with a versatile set of essential data structures. Our library includes a wide range of data structures
- Host: GitHub
- URL: https://github.com/zrwusa/data-structure-typed-examples
- Owner: zrwusa
- Created: 2023-08-15T14:12:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T15:10:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T06:08:39.807Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://data-structure-typed-examples.vercel.app
- Size: 20.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-structure-typed-examples
## Review the online examples first, and then proceed to use data-structure-typed package.
[online examples](https://data-structure-typed-examples.vercel.app)
[install & use the package](https://github.com/zrwusa/data-structure-typed)
## Installation of Example also provided
For development
```sh
// with npm
npm install
npm run dev
// with yarn
yarn
yarn dev
```
For simulating a web server serving path '/public' as a web at local.
```sh
// with npm
npm run build
npm run dev:serve
// with yarn
yarn build
yarn dev:serve
```
## 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.