Algo1 Helper


Common

use log() to enable logging. Override the VERBOSE function for custom logging.

Trees

found in index.js
class Node : static helper class for Nodes
class Tree : wrapper class for Trees. usage:

SearchTree extends Tree

cadding Search tree functionality

PrQueue

Max Heap / Priority Queue with array representation [L1 null front elem]

Hash Tables

found in hash.js

Radix Search

found in radix.js

Credits: ATP