A doubly linked list capable of handling arbitrary data structures.The implementation is able to create, insert, delete, and destroy the doubly-linked list.
-
Updated
Feb 24, 2016 - C
A doubly linked list capable of handling arbitrary data structures.The implementation is able to create, insert, delete, and destroy the doubly-linked list.
Linked List Fundamentals
Example of doubly linked list on C++
[COURSE] Implementation examples of some Java based data structures
Algoritmy - 1. projekt
Data structures.
Estrutura de Dados I
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, las…
This repository contains all the data structures and their application in Java.
Doubly-linked list C implementation
💻 Projeto da disciplina Algoritmo e Estrutura de Dados do Centro de Informática da Universidade Federal de Pernambuco ∙ (mid 2017)
Repo for Deque (interface) implementation
Double Linked List Implementation in Python
A pythonic implementation of a doubly linked list
Basics of DATA-STRUCTURE
Spell checking program with a double linked list
Customer Loyalty Management System in C
A simple CLI text editor using double-linked lists on 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."