Skip to content
You signed in with another tab or window. to refresh your session.
You signed out in another tab or window. to refresh your session.
You switched accounts on another tab or window. to refresh your session.
Here are
10 public repositories
matching this topic...
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.
This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)
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.
My own implementations for the most common Data Structures and Algorithms
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.
🧮 Data structures and algorithms studies
Data Structures with Examples
An address book is created using the data structure Doubly linked lists. It offers all operations like creation, insertion, searching, modification .
My implementation of linked-lists in c++
Simulation of two grocery checkout lines. Fifth Assignment for Washington State University
Improve this page
Add a description, image, and links to the
doubly-linked-lists
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
doubly-linked-lists
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.