_DOUBLE_LINKED_LIST
-
Updated
Sep 8, 2025 - C++
_DOUBLE_LINKED_LIST
This repo contains all the projects I completed for COP 4530 (Data Structures) at the University of South Florida. The course is a core part of the CS program and focuses on building efficient and structured code using classic data structures.
This repository contains an academic implementation of a Double Linked List in C++ using templates.
A C++ console-based Music Player that simulates real-world features using core Data Structures like Linked Lists, Queues, and Tries. Built to demonstrate practical DSA applications in an interactive way.
Ini adalah bekal untuk Ujian praktek alpro tentang queue menggunakan insert first delete last, insert last delete first
UJIAN SAYA SAAT UTS ALPR SMT 2, tidak tidur sehari demi ini
A high-quality, header-only C++17 library delivering efficient, type-safe, and extensible implementations of singly, doubly, and circular linked lists. Designed for reliability and ease of integration in both educational and production environments, with a modern API and strong exception safety guarantees.
This is my solution for labs in my college for comp202 subject @ Faculty of science CS department Ain Shams University
Aplikasi Coffee Shop Order Management adalah sistem pemesanan sederhana yang menggunakan Double Linked List dalam C++ untuk menyimpan, mengedit, menghapus, mencari, dan mengurutkan pesanan kopi.
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Mini Projects In C++ Using Data Structures Concepts
This project converts between Postfix, Infix, and Prefix notations using a custom Deque. It includes methods for each conversion and is tested with Catch2.
A program that manages a music playlist. The program should have the following functionality: For each song it stores the title, singer/band, and release year (you may add additional fields, rating, genre, etc. if you like). New songs can be added at the beginning or the end of the playlist.
This is C++ double linked list project
All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics: https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU
This repository contains implementations of data structures in C++.
This repository contains code for ADTs that I implemented in my Data Structures and Algorithms course.
Practice Codes for Data Structures and Algorithms in C++
colección de implementaciones de estructuras de datos y algoritmos fundamentales escritos en C++
Add a description, image, and links to the double-linked-list topic page so that developers can more easily learn about it.
To associate your repository with the double-linked-list topic, visit your repo's landing page and select "manage topics."