210 results for “topic:double-linked-list”
Containers backed by std.experimental.allocator
An undo-redo Android library which works with any objects and with an easy implementation. Perfect for drawing, text and photo editing apps.
School project: reimplement the STL containers in C++98 (using allocator, double linked list and AVL binary trees).
A complete repository of Data Structures & Algorithms I (DSA 1) for United International University (UIU) students, featuring theory notes, lab solutions, and problem-solving examples. Covers Arrays, Linked Lists, Stacks, Queues, Trees, Graphs, Sorting, Recursion, and more. Ideal for exam prep and coding practice.
42 library of basic C functions - queues, lists, memory operations and more :smile:
JavaScript implementation of a double-ended queue
Five implementations of double linked lists to demonstrate generic data structures in C
Data Structure and Algorithms
Online bank system with Python
SGLIB - a simple generic library for C
Some solutions for Data Structures and Algorithms Specialization at Coursera.
Basic data structures in C with useful comments and explanations
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Push swap is a program that sort a stack of integers using only 2 stacks.
RISC-V assembly program for my computer architecture university course which simulates a double linked-list & implements main functions.
No description provided.
A simple CLI text editor using double-linked lists on C++
Implementations of some collections in C++. Contains basic versions of a single/double linked list, queue, and stack.
Underground Route Planner - a Django application to allow for the fastest route planning across the London underground network.
Data Structure Mini Project on C++ "Contact Book" in CMD | 2022
Competitive programming through python
_DOUBLE_LINKED_LIST
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science
simple C++ vector implement by Golang
Native Swift Collections
No description provided.
Double Linked List Implementation in Python
a lightweight and generic C99 library.
Algorithms + Data Structures = Programs