GitHub topics: doublylinkedlist
CosmicMind/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Language: Swift - Size: 265 KB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 830 - Forks: 84

zcomert/YZM202
Veri Yapıları ve Algoritmalar
Language: C# - Size: 34.6 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 26 - Forks: 8

barrust/c-utils
C utility libraries
Language: C - Size: 267 KB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 72 - Forks: 13

harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Language: C++ - Size: 33.2 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 6

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.
Language: Java - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

UPEV1sion/LinkedList_C
A very performant, fairly lightweight LinkedList implementation in C.
Language: C - Size: 225 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

zcomert/veri-yapilari-ve-algoritmalar
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
Language: C# - Size: 23.8 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 37 - Forks: 11

vinitrathaur012023/dsa-project
In this tutorial only doublyLinkedList program of DSA
Language: Java - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jakeonehalf/linkedlist
Language: C - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

kdgyun/Data_Structure
Language: Java - Size: 82 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 10

nofil-zahid/DATA-STRUCTURES
This repository contains implementations of various linear data structures in C++ using CLion IDE.
Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hamednikzad/pure-data-structures-and-algorithms-csharp
Data structures and algorithms implementation in pure C#!
Language: C# - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

AlmasIV/DataStructures
Posting data structures here.
Language: C# - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NetFabric/NetFabric.DoublyLinkedList
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.
Language: C# - Size: 152 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 4

hamednikzad/pure-data-structures-and-algorithms-go
Data structures and algorithms implementation in pure Golang!
Language: Go - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mhmiyazi/Doublylinkedlist
About Write a program to create a circular doubly linked list and perform insertions and deletions of various cases
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

sajithneyo/C-doubly-linked-list
With Insert, Delete, Update, Search and Sort functions
Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

slmcneill/CS1332_Data-Structures-and-Algorithms
CS 1332 Homework FALL 2022
Language: Java - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

genius257/AutoIt-Doubly-Linked-List 📦
doubly linked list for AutoIt
Language: AutoIt - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wdlea/GOGenericLinkedList
A generic implementation of the doubly linked list data type in golang.
Language: Go - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

zcomert/MYAZ20420623
Veri yapıları ve Algoritmalar
Language: C# - Size: 62.2 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

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.
Language: C - Size: 21.5 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Angelawork/Caterpillar_Game
🐛COMP250_Assignment2: This assignment is meant to practice different data structures and their applications.🦋
Language: Java - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Solirs/doublylinkedlist
An implementation of a doubly linked list in C
Language: C - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

TheMadProphet/Priority-Queue-CS106B
Implementation of Priority Queue using various data structures, including Binomial and FIbonacci Heap
Language: C++ - Size: 1.55 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

GSAUC3/Gsauce-pyds
Advanced-Data Structures for python
Language: Python - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

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
Language: C++ - Size: 117 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

mohamedsalahh/Data-Structures
My implementation for some popular data structures.
Language: C++ - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Abdulsayedd/Data-Structure
C# DataStructure Codes
Language: C# - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 6

rahulcode22/Data-structures
All python code of data structures,InterviewBit solutions
Language: Python - Size: 108 KB - Last synced at: 17 days ago - Pushed at: about 7 years ago - Stars: 13 - Forks: 7

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.
Language: C - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Ahmad-Zaki/Data_Structures_in_Python
My python implementation of some of the popular data structures.
Language: Python - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ryan-fauder/Adds-up
Addsup - Um programa que simula um tocador de músicas
Language: C - Size: 82 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ivanbgd/Linked-Lists
The Linked List data structure, with example usage
Language: C - Size: 47.9 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

raman08/Data-Structures
This Repository contains most common Data-Structures
Language: C++ - Size: 78.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Saurabh-7552/Data-Structure
This repository consists of some basic data structures ,their implementation and some basic information.
Language: C++ - Size: 22.7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 479 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pulkitent/cache-library-implementation
This Gradle based Java project contains different types of implementation of cache library
Language: Java - Size: 55.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

aulb/Python-LRU
Simple implementation of LRU in Python.
Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1
