How to read
Last updated
Was this helpful?
Last updated
Was this helpful?
Classes and functions in this section are grouped together by their corresponding topics in the computer science. Data structures are implemented in an object-oriented way to couple data and operations on it. Realizations of distinct algorithms for simplicity and convenience follow the functional approach.
Documentation for classes includes:
Name of a class
Brief description (usually taken from comment attached to the class in source code)
Detailed description (explains how this class is implemented, its purpose and possible caveats)
Specifications for constructor, properties and methods sorted alphabetically with code samples explaining usage of the described property/method
Documentation for algorithms includes:
Name of an algorithm
Its definition in computer science
Usage notes (pros and cons, typical use-cases)
Specifications for ADSJS functions implementing this algorithm and their details
Work on the documentation is still in progress. Some parts of this section may be not finished yet or lack of examples so please refer to this package's for additional information. If you are willing to help please visit .