https://github.com/orabazu/js-data-structures
Some of the data structures implemented in Javascript
https://github.com/orabazu/js-data-structures
data-structures javascript
Last synced: 9 months ago
JSON representation
Some of the data structures implemented in Javascript
- Host: GitHub
- URL: https://github.com/orabazu/js-data-structures
- Owner: orabazu
- Created: 2019-03-09T22:50:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:14:10.000Z (about 3 years ago)
- Last Synced: 2025-06-24T07:11:26.820Z (9 months ago)
- Topics: data-structures, javascript
- Language: JavaScript
- Homepage: https://zhunor.github.io/js-data-structures/
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Data structures in Javascript
Basic data structures written in Javascript
### Webpack Boilerplate
https://github.com/wbkd/webpack-starter
### Installation
```
npm install
```
### Start Dev Server
```
npm start
```
### Build Prod Version
```
npm run build
```
### Features:
* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.