This repository contains an academic implementation of a Double Linked List in C++ using templates.
This project implements a sorted doubly-linked list in C++. It was developed as an academic exercise to deepen the understanding of dynamic memory management and basic data structures.