A high-performance application developed in C++ designed to manage employee records utilizing a custom-built Doubly Linked List data structure. Unlike standard library implementations, this project demonstrates manual memory management and direct pointer manipulation to achieve maximum control and efficiency. The system features advanced algorithmic operations, including ordered insertion to maintain a sorted dataset upon entry, recursive traversal, and a logic-based merge sort function that seamlessly combines distinct datasets. Overall, this project highlights my solid foundation in core Data Structures and Algorithms, effectively demonstrated through the practical implementation of pointers, recursion, and complex sorting algorithms to optimize backend logic.