# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alex-myznikov.gitbook.io/adsjs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
