News

📖 Project Description This project is a custom Java implementation of a double-ended queue (deque) using a doubly linked list. It provides constant-time performance for adding and removing elements ...
Java Linked List & Lottery Simulator – COMPX201 Assignment This project implements a custom singly linked list of Strings and uses it to build a lottery simulator, written in Java. It was developed ...