linked-lists
There are 170 repositories under linked-lists topic.
HypertextAssassin0273/Data_Structures_in_Cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
vmchale/libmeme
A library for inserting clap emoji into strings
anishLearnsToCode/hackerrank-data-structures
Data Structures 👩💻 Domain on HackerRank - Problems & Solutions 📑📘
tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course
My code solutions and other materials for the November 2017 - Febuary 2018 CodePath Alumni Professional Interview Prep course -- see the README for descriptions and links
aydinnyunus/CProjects
C Projects
Ahmadjajja/JAVA_DSA
This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode
contactandyc/another-c-library
I've always thought it would be interesting to try and build the core algorithms. My hope is that others can benefit from this.
harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
mateuszstompor/Linked-List-x86-64-ASM
Boring, well known and one of the easiest data structure to implement BUT this one is written in assembly 🤪
QE-Playground/JAlgoData
Classical algorithms and data structures, such as searching and sorting algorithms, linked list, binary tree, stack, with my implementation in Java utilizing Generics. Test programs are written as junit test cases.
Girrajjangid/Data-Structure-and-Algorithm-with-Python
Collection of Data structure implementation in python from scratch + All Top LeetCode problems Easy+Medium+Hard for all topics. Spread some ❤ by giving ⭐.
rahul1947/Implementation-of-Data-Structures-and-Algorithms
Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).
pmbhatiya/Cracking-the-Coding-Interview-Cpp
Cracking-the-Coding-Interview C++ Solutions
rishabh26malik/Karumanchi-Codes
Coding solutions from Data Structures And Algorithms Made Easy By Narasimha Karumanchi
TebogoYungMercykay/Sudoku-Puzzle-Solver-In-Java__Sparce-Tables
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
imGurpreetSK/Data-Structures
Repository showing DS implementation in java
kinshuk-code-1729/Data-Structures-and-Algorithms
This repository contains certain programs of DSA.
nandanabhishek/Data-Structures-and-Algorithms
This repo contains programs(well explained) of Data Structures and Algorithms.
ammarfaizi2/stack_linked_list
A simple linked list with stack allocation.
danieldotwav/Linked-List-Cycle
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.
danieldotwav/Sorted-List-Merger
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.
Gauranshgoel123/Leetcode-problems
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
ravi-prakash1907/Data-Structure
DU-CS Practicals of data structures
samuelkarani/42-intermediate-exams
Solutions to 42's intermediate-level exams
adityapanchal10/data-structures
A collection of linked lists, stacks, queues and other data structures.
AhmedYahyaE/data-structures-and-algorithms-implementations
My own implementations for the most common Data Structures and Algorithms
avisin27/ADS
Advanced Data Structures
hassanzaibjadoon/DSA_project
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.
InamTaj/data-structures
Implementation of multiple Data Structures in C++
jmmoser/Data-Structures
Bare-bones data structures in C
Paulinakhew/python_data_structs_and_algorithms
🤫 This repo has various python data structures and algorithms as well as accompanying tests.
pearlpatel207/Food-Order-Management-System
Food Order Management System in C
roaked/hamiltonian-paths
cool Fortran implementation of linked lists for traversing through nodes and finding the hamiltonian path (dynamically)
volkansonmez/Must_Do_For_a_Coder
Answers to the well-known coding interview questions - All Levels
wor101/data-structures-and-algorithms
Exercises from 'A Common-Sense Guide to Data Structures and Algorithms' done in Golang.
NR7KINGithub/Data_Structures
Data Structures & Algorithms