MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Data-Structures/Tree/AVLTree.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * If no argument is sent it uses utils.comparator
33 */
34class AVLTree {
35 constructor(comp) {
36 /** @public comparator function */
37 this._comp = undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected