UNPKG

algorz

Version:

Data Structures & Algorithms for Javascript

13 lines (11 loc) 236 B
import {default as List} from './list'; import Stack from './stack'; import Queues from './queues'; import LList from './linked-list'; import Dictionary from './dictionary'; export default { Dictionary, LList, Queues, Stack };