manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
199 stars 128 forks source link

Queue: Allow passing of array for building queue #18

Closed manrajgrover closed 7 years ago

manrajgrover commented 7 years ago

Currently, one can add elements to queue only one element at a time. Need to allow arrays to be passed.

manrajgrover commented 7 years ago

Fixed