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
Cracking-the-Coding-Interview C++ Solutions
Coding solutions from Data Structures And Algorithms Made Easy By Narasimha Karumanchi
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.
DU-CS Practicals of data structures
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.
Implementation of multiple Data Structures in C++
Opérations sur les matrices creuses en C++ avec des listes chaînées
A collection of linked lists, stacks, queues and other data structures.
Mastering DSA is vital for tech interviews. Focus on Arrays, Linked Lists, Stacks, Trees, Graphs, Dynamic Programming, Greedy methods, and Sorting & Searching for strong problem-solving skills.
Implementation of Towers of Hanoi in C++ and Allegro with an option for the user to play it themselves :)
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.
A curated collection of efficient, well-documented LeetCode solutions in multiple programming languages, designed for interview prep and mastering algorithms. (LeetHub)
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 …
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 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.
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."