The queue should support push(element), pop() and top() where pop is pop the first(a.k.a front) element in the queue. Both pop and top methods should return the value ...
This repository contains my daily problem-solving practice as part of my Java Full Stack Training. Problems are organized day-wise to track consistency, progress, and improvement over time.