Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
-
Updated
Oct 9, 2024 - C++
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
Boring, well known and one of the easiest data structure to implement BUT this one is written in assembly 🤪
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Coding solutions from Data Structures And Algorithms Made Easy By Narasimha Karumanchi
Cracking-the-Coding-Interview C++ Solutions
DU-CS Practicals of data structures
This C++ project focuses on detecting cycles in linked lists, an essential task in data structures to prevent infinite loops and optimize memory usage. It employs a hash set for efficient tracking of node addresses during traversal.
This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.
This repository contains a simple community management system implemented in C++. It allows users to add, display, update, remove, sort, and search for community members. The project utilizes a linked list to manage members efficiently and includes functionality for storing member details in a text file.
A collection of linked lists, stacks, queues and other data structures.
Implementation of multiple Data Structures in C++
This is a c++ linked list program which was an assignment in the Data structure course during my B.S. degree. the program covers a lot of linked list functions like: create new linked list, destroy linked list, print linked list, insert/delete in/from the rear, insert/delete in/from front, insert / delete from a given position and search in a li…
This repository contains a comprehensive collection of C++ programs focused on Data Structures and Algorithms (DSA). The programs are categorized by various topics, making it easy to explore and understand each concept. It serves as a valuable resource for learning and practicing DSA.
Implementation of Towers of Hanoi in C++ and Allegro with an option for the user to play it themselves :)
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 …
A curated collection of efficient, well-documented LeetCode solutions in multiple programming languages, designed for interview prep and mastering algorithms. (LeetHub)
This project is a linked list container that stores information about a student’s pending homework assignments. The list is always kept in order by the date that an assignment is due.
Common data structures implemented using C++
Implementação de um programa que lê, da entrada padrão, uma lista de nomes e idades. Ao final, ele imprime somente os nomes, um por linha, ordenados pela idade, da maior para a menor. Caso dois nomes tenham a mesma idade, aquele digitado primeiro tem prioridade sobre o outro.
Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.
To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."