MGE General C Library
-
Updated
Nov 5, 2025 - C
MGE General C Library
_DOUBLE_LINKED_LIST
Week 1 DSA practice in JavaScript covering arrays, strings, linked lists, recursion, and search algorithms with implementations and exercises.
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.
This is a repository containing declarations and definitions of different data structures in C. Multiple definitions are proposed for each data structure, such as alternatives using arrays and/or linked lists. It is designed for learning, practice, and use in larger projects. Each data structure is implemented with comments and example usage.
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
Data structures and algorithms in js
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.
Practice problems with solutions for Data Structure.
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.
This calculator supports arbitrary-length numbers and five basic operations (+, -, *, /, %) using a double linked list.
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Student Record Management System using binary search tree
Sorting algorithm to to order a stack of integers using a restricted set of operations, while striving to minimize the total number of moves
Mini Projects In C++ Using Data Structures Concepts
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."