Topic: "doubly-linked-lists"
TebogoYungMercykay/Object_Orientated_Programming_in_CPP
C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.
Language: C++ - Size: 2.06 MB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

Jenni-Foued/holbertonschool-low_level_programming
This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)
Language: C - Size: 370 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 4

AhmedYahyaE/data-structures-and-algorithms-implementations
My own implementations for the most common Data Structures and Algorithms
Language: PHP - Size: 9.53 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

hc219417/Color-Swatches
Colors on a computer are frequently represented as a hexadecimal number. A small class to store color swatches (each "swatch" a color and dimensions in mm) and a data file listing a whole collection of these swatches are provided. This application reads swatch data from the data file and organizes/manipulates/displays it in multiple different ways.
Language: C++ - Size: 306 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Tafara-N/alx-low_level_programming
Introduction to Programming In C.
Language: C - Size: 759 KB - Last synced at: 11 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Hvaheterdu/doubly-linked-list
Doubly Linked List implemented with Java 17.
Language: Java - Size: 44.9 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SharinLana/Data-Structures
Data Structures with Examples
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

TheCongaGuy/Grocery-Store-Simulation-Exercise
Simulation of two grocery checkout lines. Fifth Assignment for Washington State University
Language: C++ - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

swetha2662/Address-book-using-doubly-linked-list
An address book is created using the data structure Doubly linked lists. It offers all operations like creation, insertion, searching, modification .
Language: C++ - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gabrielsanttana/data-structures-and-algorithms
🧮 Data structures and algorithms studies
Language: JavaScript - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

timbatt/cpp-linked-lists
My implementation of linked-lists in c++
Language: C++ - Size: 62.5 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
