An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with linked-list

A curated list of projects in awesome lists tagged with linked-list .

https://github.com/teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

algorithm algorithms array bit-manipulation complexity data-structures dynamic-programming graph greedy-algorithms hashtable heap interview-practice java linked-list math queue recursion sorting-algorithms stack tree

Last synced: 05 Oct 2025

https://github.com/loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

algorithm avl-tree binary-tree data-structures deque dictionary dijkstra-algorithm graph graph-algorithms javascript-algorithms linked-list priority-queue queue quicksort set sorting-algorithms stack tree typescript typescript-algorithms

Last synced: 23 Apr 2025

https://github.com/mkirchner/linked-list-good-taste

Linus Torvalds' linked list argument for good taste, explained

c elegant linked-list pointers torvalds

Last synced: 15 May 2025

https://github.com/yourtion/LearningMasteringAlgorithms-C

Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程

algorithm bfs bistree c des dfs graph haffman heap linked-list list lz77 mastering-algorithms-c queue rsa set sort stack tree xcode

Last synced: 20 Mar 2025

https://github.com/sysprog21/lab0-c

C Programming Lab: Assessing Your C Programming Skills

c c-programming csapp linked-list linux programming-skills valgrind

Last synced: 16 May 2025

https://github.com/algo-phantoms/algo-tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.

array backtracking bit-manipulation data-structures-and-algorithms dynamic-programming graph greedy-algorithms hashing-algorithm heap linked-list number-theory queue recursion searching-algorithms sorting-algorithms stack string tree trie

Last synced: 16 May 2025

https://github.com/abhiagx/interviewbit

A collection of Abhishek Agrawal's C++ solutions providing scalable, production-quality code to 200+ LeetCode-style problems on https://www.interviewbit.com, designed to enhance algorithmic skills through practical learning and mentorship.

arrays backtracking binarysearch bit-manipulation cplusplus-11 cplusplus-14 dynamic-programming greedy-algorithms hashing heaps interviewbit interviewbit-solutions linked-list maps math queue stack string-manipulation trees two-pointers

Last synced: 19 Jun 2025

https://github.com/happy-turtle/oit-unity

Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists

directx-11 linked-list oit order-indepedent-transparency per-pixel shader shaders unity unity3d

Last synced: 29 Apr 2025

https://github.com/IndEcol/Dashboard

A collection of open source projects relevant for industrial ecology practitioners, hosted on GitHub and beyond

industrial-ecology linked-list

Last synced: 01 Nov 2025

https://github.com/mattreecebentley/plf_list

A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.

container cpp linked-list list speed

Last synced: 08 May 2025

https://github.com/jsdom/js-symbol-tree

Turn any collection of objects into its own efficient tree or linked list using Symbol

algorithms browser data-structure dom efficiency es6 js linked-list list metadata nodejs queue symbol symbol-tree tree

Last synced: 12 Apr 2025

https://github.com/antoniosarosi/rulloc

General purpose memory allocator written in Rust.

linked-list low-level memory-allocation mmap rust

Last synced: 21 Aug 2025

https://github.com/ajakubek/python-llist

Linked list extension module for Python

c data-structures linked-list python

Last synced: 19 Feb 2026

https://github.com/amitrajitbose/competitive_programming

Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.

adhoc algorithms algorithms-and-data-structures competition competitive-programming data-structures dynamic-programming graph greedy greedy-algorithms hacktoberfest interview interview-preparation leetcode leetcode-python linked-list primality-testing queue stack trie

Last synced: 12 Sep 2025

https://github.com/sysprog21/concurrent-ll

concurrent linked list implementation

atomics concurrency linked-list lock-free scalability

Last synced: 08 May 2025

https://github.com/vittominacori/solidity-linked-list

An utility library for working with sorted linked list data structures in your Solidity project.

ethereum linked-list smart-contracts solidity truffle-framework

Last synced: 05 Apr 2025

https://github.com/jackzhenguo/leetcode-csharp

solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: guozhennianhua@163.com or my blog: http://blog.csdn.net/daigualu

array csdn data-structure dynamic-programming graph hashtable leetcode linked-list pointer stack tree

Last synced: 09 Oct 2025

https://github.com/abhisheknaiidu/dsa

My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites

algoexpert backtracking binary-trees cpp data-structures dyanamic-programming educative graphs interview-preparation leetcode linked-list recursion subarray trees

Last synced: 04 Apr 2026

https://github.com/coderonion/hello-algo-zig

Zig codes for the famous public project 《Hello, Algorithm》|《 Hello,算法 》 about data structures and algorithms.

algorithm algorithms data-structure data-structures data-structures-and-algorithms dsa dynamic-programming graph hello-algo leecode linked-list rust search sort zig ziglang

Last synced: 15 Mar 2025

https://github.com/hwholiday/algorithm_coding

推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习

algorithm-library bloom-filter golang leetcode leetcode-golang linked-list recommend similarity

Last synced: 21 Mar 2025

https://github.com/jacobwilliams/flist

Modern Fortran Linked List

fortran linked-list

Last synced: 24 Jan 2026

https://github.com/bhhbazinga/lockfreelinkedlist

Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.

cpp linked-list lock-free thread

Last synced: 23 Apr 2025

https://github.com/mellowcandle/liblist

Generic Linked list Management Library in C

c datastructures linked-list list multi-threading queue

Last synced: 25 Dec 2025

https://github.com/danrusei/algorithms_with_go

GO Data Structures and Algorithms

algorithms data-structures graph linked-list sort

Last synced: 23 Mar 2025

https://github.com/shanerobinson/linkist

Simple, highly configurable alternative to Linktr.ee and LinkIn.bio built with 11ty and TailwindCSS

11ty cssnano eleventy linked-list linkinbio-alternative links linktree-alternative postcss purgecss tailwindcss

Last synced: 12 Apr 2025

https://msune.github.io/libcdada/

Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)

bitmap c cdada data data-container data-structures data-structures-and-algorithms hashmap hashtable library libstdc libstdcxx linked-list list map queue set stack string struct

Last synced: 18 Nov 2025

https://github.com/supurloop/ssf

Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.

base64-decoding base64-encoding byte-fifo-interface c-language crc16 crc32 embedded embedded-systems finite-state-machine fletcher-checksum forward-error-correction ini-parser json-parser linked-list memory-pool reed-solomon sha2 tlv ubjson

Last synced: 01 Apr 2026

https://github.com/msune/libcdada

Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)

bitmap c cdada data data-container data-structures data-structures-and-algorithms hashmap hashtable library libstdc libstdcxx linked-list list map queue set stack string struct

Last synced: 15 Mar 2026

https://github.com/nickzuber/needle

:pushpin::books: An extensive standalone data structure library for JavaScript.

binary-trees bitarray data-structures hashmap heap javascript k-ary-tree library linked-list needle node queue rabin-karp rolling-hash-functions stack

Last synced: 07 May 2025

https://github.com/tomakado/containers

Collection of simple generic data structures currently missing in Go's standard library.

binary-search-tree binary-tree data-structures go-algorithms go-datastructure go-library linked-list queue set stack tree tree-structure

Last synced: 25 Jul 2025

https://github.com/primeare/linkedlist

An implementation of the Doubly Linked List in C++

c-plus-plus c-plus-plus-11 linked-list

Last synced: 02 May 2025

https://github.com/emmanuel-ferdman/solists

⛓️ Dynamic data management with self-organizing lists

data-structures javascript linked-list list self-organizing-list typescript

Last synced: 01 Apr 2026

https://github.com/ahmetfurkandemir/data-structures

Necmettin Erbakan University - Data Structures (C-C++)

c cpp data-structures linked-list object-oriented-programming oop structure

Last synced: 15 Apr 2025

https://github.com/blakeembrey/deque

JavaScript implementation of a double-ended queue

deque dequeue double-linked-list iterator linked-list queue stack

Last synced: 10 Oct 2025

https://github.com/francedot/csharp-ds

A collection of Data Structures and Algorithms for preparing to coding interviews.

algorithms csharp data-structures graph heap leetcode linked-list priority-queue tree trie union-find

Last synced: 06 Sep 2025

https://github.com/its-kumar/data_structure_and_algorithm

All Data Structures Implementation in C and Python programming languages. All famous Algorithms implementation in C and Python language. Dynamic Programming Algorithms.

algorithm datastructure dp dynamic-programming graphs hacktoberfest heap linked-list queue sort sorting-algorithms stack tree

Last synced: 14 May 2025

https://github.com/ahmadjajja/_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

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 28 Sep 2025

https://github.com/nisabmohd/data-structures-java

I've implemented a comprehensive set of generic data structures in Java, including arrays, linked lists, stacks, queues, trees, and more, ensuring versatility and efficiency in data handling.

coding collections-framework community-learning data-structures graph hashmap heaps interview-preparation interview-questions java linked-list list maps open-source problem-solving queue sets studynotes trees trie

Last synced: 18 Oct 2025

https://github.com/syipmong/dsa-practice

This repository serves as a comprehensive resource for understanding and implementing various data structures and algorithms

algorithm binary-search-tree dart data-structures dsa-algorithm dsa-practice graph hash java javascript linear-search linked-list merge-sort mergesort programming python queue range recursion stack

Last synced: 17 Mar 2025

https://github.com/aadityansha06/snip

A version control system like git made using C , which can init , commit , store the changes made in the project as different version, retrieve previous version , also can compare any two versions by detecting the code deletion and insertion

c file-handling-in-c git hacktoberfest hacktoberfest2025 linked-list make-dir

Last synced: 29 Apr 2026

https://github.com/ateeqrana7/banking-management-system

This is a Banking Management System built using the concepts of Object Oriented Programming & Data Structures. The following data structures have been implemented in this project; LinkedList, Queues.

bank-management-system banking banking-application banking-applications banking-system bankmanagement bankmanagementsystem classes cplusplus data-structures datastructures linked-list linkedlist management management-system object-oriented-programming oop queue

Last synced: 05 Oct 2025

https://github.com/sondosaabed/tawjihi-school-records

School records managment application using linkedlist as data Structure. Java | JavaFX

data-structures gui java javafx linked-list school-records

Last synced: 21 Jan 2026

https://github.com/lambiengcode/leetcode-solved-by-dart

:seedling: This repository is where I store my solutions when solving problems on Leetcode and they are solved by Dart :brain:

algorithm dart dartlang leetcode leetcode-dart leetcode-practice leetcode-solutions linked-list number pornhub queue solutions stack string

Last synced: 04 Mar 2026

https://github.com/shubh2-0/collection-framework

Collection Framework that makes our work lighter by providing useful da: Collection Framework repo offers practical implementations and theoretical insights into Java's powerful Collection Framework. Explore data structures, algorithms, and usage examples. Contribute, learn, and unlock the full potential of collections! 📚💻✨ #Java #Collections

arraylist collection-frameworks collections java linked-list queue set spring-boot

Last synced: 23 Apr 2025

https://github.com/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

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 11 Jul 2025

https://github.com/tessferrandez/algorithms

solving challenges from various problem sites like advent of code, leet code and others

breadth-first-search depth-first-search djikstra dynamic-programming graph-algorithms graphs greedy-algorithms linked-list python

Last synced: 12 Oct 2025

https://github.com/pytooling/pytooling

pyTooling is a collection of arbitrary useful classes, decorators, meta-classes and exceptions.

abstract decorators exceptions graph iterators linked-list metaclass packaging-python python3 readonly terminal-app tree versioning

Last synced: 18 Jan 2026

https://github.com/adityamangal1/data-structure-and-algo

Data structure and algorithms in C and C++.

algorithms arrays deletion insertion linearsearch linked-list

Last synced: 26 Oct 2025

https://github.com/ssivanov19/lathraea-rhodopaea

Program for adding, removing, editing and visualising events related to history

event-management-system history linked-list

Last synced: 18 Mar 2025

https://github.com/frankl1sales/estrutura-de-dados

Implementações baseadas na apostila de Estruturas de Dados dos Profs. Waldemar Celes e José Lucas Rangel (PUC-Rio, 2002).

algorithms c data-structures educational hash-table linked-list sorting-algorithms

Last synced: 21 Jun 2025

https://github.com/frank-king/cyclic_list

Cyclic Double-Linked List

data-structures linked-list

Last synced: 27 Apr 2025

https://github.com/cmhteixeira/typed-list

A linked list with compile time size.

compile-time linked-list scala type-level-programming

Last synced: 09 Aug 2025

https://github.com/toolbuddy/visual-ll

Using graphviz to enable visualization on linked-list implementation.

binary-trees c graph graphviz linked-list visualization

Last synced: 17 Jul 2025

https://github.com/powerlevel9000/dsa-presentation

This is a presentation on Data Structures and Algorithms, including community programming with a group(named Basic fun), aimed at making DSA more enjoyable and effective on a weekly basis. The programming language used will be either Ruby or JavaScript

dsa-algorithm dsa-learning-series linked-list queue stack

Last synced: 02 Apr 2025

https://github.com/harshcasper/data-structures

An NPM Package built for Developers to get a High-Level API Access to various Data Structures 👨‍💻🗄️

binary-search-tree data-structures datastructures hash-table linked-list npm npm-module npm-package npm-scripts npmjs priority-queue stack

Last synced: 03 Oct 2025

https://github.com/matinhosseinianfard/simplegit

A simple visual data structure project that simulates git

data-structures git linked-list pyqt5 python

Last synced: 27 Feb 2025

https://github.com/jotavare/libft

Create my own library and redo a set of functions from the C standard library.

c dynamic-array gdb libft linked-list makefile malloc norminette standard-library string-manipulation string-matching valgrind

Last synced: 24 Apr 2025

https://github.com/koss-null/list

go 1.23 implementation of linked list with iterators and generics support

generic-linked-list golang-library golang-package intrusive-linked-list iterator linked-list list stdlib

Last synced: 27 Jan 2026

https://github.com/bor0/hashtable

Hashtable implementation in C

algorithm c hashtable linked-list

Last synced: 03 Jul 2025

https://github.com/gfellerph/ts-linked-list

Another doubly linked list with typescript and tests

doubly-linked-list linked-list linkedlist typescript typescript-library

Last synced: 10 Mar 2026

https://github.com/hxndev/console-based-notepad-using-trie-trees

This is a fully implemented Notepad in C++. It has all major functionalities implemented. For this project, I am using a Four-Dimensional (4D) Linked List, and a Trie Tree. Furthermore, this notepad also displays the meanings and synonyms of the words entered.

4d 4d-linked-list binary-tree console-based cpp definition dictionary linked-list notepad synonyms trees trie windows

Last synced: 03 May 2026

https://github.com/hqarroum/circular-linked-list

:cyclone: An implementation of a circular doubly-linked list in C.

algorithm linked-list

Last synced: 13 Jun 2025

https://github.com/nidhiupman568/codeforces-problem-solved

👋Hello!👋 I'm Nidhi Upman😀, a passionate competitive programmer on Codeforces🏆. Started with basic problems (like A) and never gave up! 🚀 Upsolving after contests 📈 improved my skills. Now tackling tougher challenges (like B) 🧠. Codeforces hosts contests 2-3 times weekly 🗓️ and daily challenges to stay sharp. Determined to climb to Pupil.💪

arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie

Last synced: 28 Jul 2025