> For the complete documentation index, see [llms.txt](https://alex-myznikov.gitbook.io/adsjs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alex-myznikov.gitbook.io/adsjs/master.md).

# Introduction

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](/adsjs/getting-started/ts.md) as their primary language. Though it is also supplied with builds for [Node.js](/adsjs/getting-started/nodejs.md), [ES Modules](/adsjs/getting-started/esmodules.md) and traditional [bundles for browsers](/adsjs/getting-started/browsers.md).

Information about public API classes and functions available for client code is provided in the corresponding [PUBLIC API](/adsjs/api/how-to-read.md) section.

{% hint style="info" %}
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.&#x20;
{% endhint %}

For contributors visit [how to contribute](/adsjs/contribution-notes/how-to-contribute.md) and [project structure](/adsjs/contribution-notes/project-structure.md).

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](/adsjs/changelog.md) for details of the releases.
