How to read

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

Last updated

Was this helpful?