Socket
Socket
Sign inDemoInstall

js_data-collections

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    js_data-collections

A JavaScript data-structure library


Version published
Weekly downloads
3
Maintainers
1
Install size
369 kB
Created
Weekly downloads
 

Changelog

Source

0.10.2 (2019-01-22)

<a name="0.10.0"></a>

<a name="0.9.1"></a>

Readme

Source

Js_Data-Collections

Build Status Maintainability Coverage Status A simple data structure library

Included data structures 🔨

  • Linked List ✔
  • Binary Search Tree ✔
  • Queue ✔
  • Stack ✔
  • Trie ✔
  • HashMap ✔
  • HashSet ✔
  • Array Methods ✔
  • Priority Queue ✔
  • Binary Heap ✔
  • Graph ✔
  • Set ✔
  • Red-Black Tree ✔
  • MultiMap ✔

Getting Started 🚀

npm install js_data-collections

Offical docs 📜

Docs

Important For browsers 🎺

IE > 8 compatible

Production 👻

Production

Development 💻

Dev

Minified version ✨

Min

Contributing 👍

Simply download the project, write some code, run the build, write some tests, make sure the tests pass and send a pull request

Versioning 🎭

We use SemVer for versioning.

Authors 🎓

License 👀

This project is licensed under the MIT License.

Purpose ❓

The initial purpose of this library was to simply apply the concepts I have learned as a computer science student.

Keywords

FAQs

Last updated on 22 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc