doublylinkedlist
There are 50 repositories under doublylinkedlist topic.
CosmicMind/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
barrust/c-utils
C utility libraries
zcomert/veri-yapilari-ve-algoritmalar
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
NetFabric/NetFabric.DoublyLinkedList
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.
Muddz/UndoRedoList
An undo-redo data structure that works the same way as in Photoshop and Microsoft Word.
rahulcode22/Data-structures
All python code of data structures,InterviewBit solutions
harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Abdulsayedd/Data-Structure
C# DataStructure Codes
mrinalmayank7/data_structures
This Repository contains the core concepts and implementation of Data Structures & Algorithms which include arrays, linked list, queues , stacks ,binary trees, BST, AVL Trees, sorting techniques and general operations
milindsingh98/data-structures
Data Structures and various operations applied to each of the data structures using Python.
hamednikzad/pure-data-structures-and-algorithms-csharp
Data structures and algorithms implementation in pure C#!
mhmiyazi/Doublylinkedlist
About Write a program to create a circular doubly linked list and perform insertions and deletions of various cases
WildandArt/DoublyLinkedList
Doubly Linked List with Deque Functionality: A TDD-driven implementation of a doubly linked list with deque operations for flexible and dynamic list management.
apurva-ajmera/Data-Strucuture-and-Algorithm
Implementation of data structure and algorithms in c++.
BaseMax/DoublyLinkedListC
This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.
GSAUC3/Gsauce-pyds
Advanced-Data Structures for python
hamednikzad/pure-data-structures-and-algorithms-go
Data structures and algorithms implementation in pure Golang!
pulkitent/cache-library-implementation
This Gradle based Java project contains different types of implementation of cache library
ryan-fauder/Adds-up
Addsup - Um programa que simula um tocador de músicas
Athanasioschourlias/DoublyLinkedList
This is a doubly liked list, implemented in C as a Cmake shared library project. This library implements only the basic functions of a linked list and the user has the responsibility to allocate memory and free it, for some basic pointers.
JerCar/Data-Structures-and-Algorithms
A home for Data Structures and Algorithims
piratesmanX1/tutor-management-system-2020
A group assessment that required individuals to implement their specific data structure within the system, such as the likes of Array List and Linked List. The assessment required no knowledge of database which is making the overall assessment tricky to handle as we need to rely on the memory addresses that act as a temporary storage to get the job done. In this assessment we've learned the concept of C++, Data Structures, and numerous algorithm that could exploit in other programming languages, which increased our critical thinking skill on applying the system's feature.
raman08/Data-Structures
This Repository contains most common Data-Structures
Solirs/doublylinkedlist
An implementation of a doubly linked list in C
xelest/Data-Structures
Sample Programs and Practice Codes for Data Structures, Singly-Doubly-LinkedLists-Stack-Queue etc.
Ahmad-Zaki/Data_Structures_in_Python
My python implementation of some of the popular data structures.
alishbannoor2/DataStructures-with-c-
Understand all concepts of data structures in C++ here.
Angelawork/Caterpillar_Game
🐛COMP250_Assignment2: This assignment is meant to practice different data structures and their applications.🦋
balanarayank/simple-cpp-datastructures
Simple C++ Data Structures
javierramoss/LinkedStack
LinkedStack is a simple implementation of a Stack DS using a Doubly Linked List
mohamedsalahh/Data-Structures
My implementation for some popular data structures.
nofil-zahid/DATA-STRUCTURES
This repository contains implementations of various linear data structures in C++ using CLion IDE.
UPEV1sion/LinkedList_C
A very performant, fairly lightweight LinkedList implementation in C.
vinitrathaur012023/dsa-project
In this tutorial only doublyLinkedList program of DSA
wdlea/GOGenericLinkedList
A generic implementation of the doubly linked list data type in golang.