I build things, break things, and write what I learn.
Currently exploring:
A simple queue is a fundamental data structure that follows the First-In, First-Out (FIFO) principle. This means that the first element added to the queue will be the first one to be removed, just …