linkedlists
There are 105 repositories under linkedlists topic.
Narahari-Sundaragopalan/JavaScript-Interview-Questions
A good collection of technical interview and software development questions in JavaScript
Ahmadkashif/ProblemSolving_LeetCode
~200 DSA problems solved on LeetCode, GFG and AlgoExpert in c++, with lots of recursion :nerd_face::nerd_face:
deveshptl/golang-data-structures-algorithms
Implementations of data structures and algorithms in GoLang
aydinnyunus/CProjects
C Projects
Mohamedgamal235/Data-Structures-CPP
This is Giudlines and implementations for serveral Data Strucutres in programming using C++ language.
thatt-server-guy/90-Days-of-Data-Structures
All the things you don't know but you wanted to know about DSA will be found here. Don't forget to star the repo. Let's play with Data Structures together.
francescaguzzi/pretty-useful-c
A set of libraries that allow you to manipulate files, linked lists, sorting algorithms and much more.
tobbie/c-sharp-algorithms
C# solutions to common data structures and algorithm problems
TZhoroev/Coursera-Data_Structures_and_Algorithms
This repository is a compilation of my solutions to the Data Structures and Algorithms assignments offered by the University of California, San Diego (UCSD) and the National Research University Higher School of Economics (HSE) on Coursera. These assignments, covering material from courses 1 through 6, have all been solved using the Python.
ekinkaradag/Chained-Hash-Table
My 2018-2019(Fall) Data Structures and Algorithms Project
rcallaby/Software-Interview-Questions
This is a respository of potential software interview questions and their answers in multiple programming languages.
ANSANJAY/GlueWayDataStructures
Explore the 'Glue Way' of organizing general-purpose data structures like linked lists, queues, and trees. This repository provides a deep dive into glued libraries, showcasing their advantages over traditional libraries. Perfect for understanding how modern industry standards, including the Linux kernel, implement data structures.
kalrapranav/Data-Structures---JAVA
Representations and operations on basic data structures. Arrays, linked lists, stacks, queues, and recursion; binary search trees and balanced trees; hash tables, dynamic storage management; introduction to graphs using JAVA as the object oriented programming language.
Muyu-Chen/operate-linked-lists
用C语言对链表进行操作,包括创建等差数列链表、对链表逆序(全部逆序和两个元素交换)、合并链表、求交并集
joseotavioq/Algorithms
Learning Algorithms and Data Structures
ManojPennada/Data-Structures-in-C
Data Structure in C
echenim/GoHackerton
Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science
rajendrapancholi/dsa_using_java
Welcome to DSA in Java, your ultimate resource for mastering Data Structures and Algorithms (DSA) using Java. This repository is designed to help you build a strong foundation in one of the most essential skills for coding interviews, competitive programming, and real-world software development.
Soumilgit/Neetcode-150_Hard_Problems_Solutions
A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.
Vaneeza-7/Data-Structures-Labs
Data Structures implemented in C++
AdityaPatel231003/Data-Structure-and-Algorithm-using-Java
This repository is dedicated to improving understanding of Data Structures & Algorithms (DSA) using Java, helping learners build strong foundations in efficient problem-solving and software design.
BaseMax/OneWayLinkedListCpp
This is a simple implementation of a one-way linked-list in C++.
damlakayikci/LinkedList-Implementation-w-Java
🏭 A factory line simulation, using double linked lists in Java
ElijahInamarga/Monopoly_Game
Implementation of the popular Monopoly board game. With up to 3 users, each player can compete and bankrupt each other.
huraira-younas/DataStructure-Cpp
All things related to data Structure in C++ language is here in this repo.
ncasteln/42-libft
Self-implemented C library continaing some of basic C functions.
peethahemanthkumar/Guns-Loadout-using-Collections
A simple project where Collections is used to store data and perform operations on the data
pranavkhuranaa/Mailboxer
A DSA project - Account Management System using C++ that allows users to manage their accounts and communicate with other users easily.
rishavsingh98/Data-Structure-Algorithms
Problems for Data Structures and Algorithms coded in C++
rythm01/DSA-Applications
Here is the real life applications of data strucutures code that i've made. Star this if you find helpful 😇
shravzzv/ODIN-Linked-lists-project
A simple project that implements a linked list in JS.
shubh-2012/DSAwithPython
DSA basic to Advanced
Sudharsan10/IamProgrammer
This is a repo for code files covering Data structures written in multiple languages(C, C++, Python and Rust )
thisal-d/java-data-structures
A repository for understanding Java data structures. Covers primitive data types (e.g., int, float, double, char) and high-level data structures like arrays, linked lists, stacks, queues, and maps, with detailed explanations and usage examples