UNPKG

@datastructures-es6/core

Version:

Implementation of the most common data structures in Javascript

9 lines (7 loc) 289 B
import { BinaryTree } from "./components/binary-tree/binary-tree.component.js"; /** * @author André Fillype Silva <andrefillype10@gmail.com> * @description Module to export all non linear data structures in the project. * @module non-linear-data-structures */ export { BinaryTree };