For people who have nothing better to do
This is not course material and has nothing related to the course.
- queue
- stack
- fixedLengthQueue
- circular queue
- linkedList
- binary search
npm install
example for running test for Queue only,
npx jest --testNamePattern="Queue"
if name pattern crashes, you can use in file path
npx jest dataStructure/queue/queue.test.js