doublelinkedlist
There are 14 repositories under doublelinkedlist topic.
Ahmed-Salama96/double-linked-list
This is a c++ double linked list program which was an assignment in the Data structure course during my B.S. degree. the program does: to add student in the list, remove student from the list, search for student, print all students, print the info of a student, print the number of students, delete the list. the student's data are first name, last name , id and GPA
damlakayikci/LinkedList-Implementation-w-Java
🏭 A factory line simulation, using double linked lists in Java
jkomyno/DoubleLinkedList
Object Oriented Programming assignment @ University of Padova, Italy.
Solirs/doublylinkedlist
An implementation of a doubly linked list in C
Ahmedntc/EP-LinkedLists
Exercicio Programa (EP) de estruturas de dados utilizando listas ligadas.
balanarayank/simple-cpp-datastructures
Simple C++ Data Structures
HalfSide-hash/datastructures
Some simple showcase of data structures worked on
KanekiKen1803/DynamicMemoryAllocator
This project simulates the Dynamic Memory Allocation process using Dictionary data structure .
Meevs36/mdata
A library of generic C data structures.
aqib1/DoublyLinkedList
Doubly Linked List Example Using Java
bolagadalla/CS313-Project1
Project 1 in my CS 313 course
contactsunny/Double_LinkedList_Implementation_Java_POC
This is a simple example of a double linked list implementation in Java.
Electrostat-Lab/DoubleLinkedList
DoubleLinkedList Example using C & Ccoffee build tool.
ffflorian/DoubleLinkedList
TypeScript implementation of a double-linked list