Enable Deque for JavaScript environment

Last time, I have requested priority queue, and you have enabled datastructures-js/priority-queue library, added it to faqs link here - https://support.leetcode.com/hc/en-us/articles/360011833974-What-are-the-environments-for-the-programming-languages-

I have requested the owner of datastructures-js to create deque too - https://github.com/datastructures-js/queue/issues/22
and, they created it now.


Please also include following deque to leetcode javascript envrionment - https://www.npmjs.com/package/@datastructures-js/deque

This matches of C++ deque here - https://en.cppreference.com/w/cpp/container/deque


Update (deque is also added now)

FYI - deque is added now

image

Comments (6)