-
Updated
Dec 18, 2025 - Assembly
linked-lists
Here are 191 public repositories matching this topic...
This repository contains code(java, python) 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.
-
Updated
Dec 18, 2025 - Java
-
Updated
Dec 16, 2025 - C++
A curated collection of efficient, well-documented LeetCode solutions in multiple programming languages, designed for interview prep and mastering algorithms. (LeetHub)
-
Updated
Dec 16, 2025 - C++
Data Structures & Algorithms
-
Updated
Dec 13, 2025 - Python
-
Updated
Dec 12, 2025 - C++
A structured collection of data structures & algorithms implemented in C. Includes graphs, trees, recursion, DP, sorting, and more.
-
Updated
Dec 10, 2025 - C
Data Strucures
-
Updated
Nov 26, 2025 - Java
Collection of C libraries to work with Data-Structures
-
Updated
Oct 25, 2025 - C
C implementation of a mini social media platform with user management, post/repost systems, feeds, and graph-based friend interactions
-
Updated
Oct 18, 2025 - C
Explore all sorts of Linked Lists. Specially, My Dictionary Based Linked List.
-
Updated
Oct 13, 2025 - Python
Push Swap is a C program that sorts integers using two stacks and a limited set of operations (push, swap, rotate). Designed to minimize the number of moves, it demonstrates expertise in algorithm optimization, data structure manipulation, recursion, and efficient memory management, showcasing advanced problem-solving skills.
-
Updated
Oct 10, 2025 - C
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.
-
Updated
Oct 4, 2025 - C++
Collection of LeetCode problems that I am solving daily. Spread some ❤ by giving ⭐.
-
Updated
Sep 19, 2025 - Python
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
-
Updated
Nov 11, 2025 - C++
Libft is a personal C library that reimplements standard libc functions and adds extra utilities for strings, memory, and linked lists. It serves as a foundation library for later 42 projects, providing reusable low-level functionality.
-
Updated
Sep 10, 2025 - C
A collection of data structure and algorithm implementations for learning, practice, and experimentation.
-
Updated
Sep 9, 2025 - Python
C++ STL containers reimplemented in C
-
Updated
Aug 28, 2025 - C
C++ foundations repository of console programs using CMake; covers vectors, strings, console I/O, control flow, functions, dynamic memory, linked lists, sorting algorithms, and simple classes.
-
Updated
Aug 27, 2025 - C++
A repo containing data structures and Algorithms concepts from simple to advanced concepts in Typescript with full JSDOC comment documentation. Designed to act as a roadmap for any learner.
-
Updated
Aug 26, 2025 - TypeScript
Improve this page
Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."