Introduction

ADSJS - algorithms and data structures for JavaScript and TypeScript.

This package provides an implementation of computer science algorithms and data structures with strong types and full test coverage and should be beneficial for those who uses TypeScript as their primary language. Though it is also supplied with builds for Node.js, ES Modules and traditional bundles for browsers.

Information about public API classes and functions available for client code is provided in the corresponding PUBLIC API section.

This project will get 1.0.0 version as soon as its public API will be considered stable and not a subject to change in future. Anyway compatibility between versions is on high priority so minimum breaking changes are expected.

For contributors visit how to contribute and project structure.

This package is going to have continuous support. More work on improving performance and memory efficiency is expected. New functional will be released after the existing one considered stable enough and performant. Please visit changelog for details of the releases.

Last updated

Was this helpful?