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/sherxon/AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
algorithms binary-search-tree bst data-structrues dfs dijkstra dynamic-programming graph-algorithms interview-questions java linked-list mergesort search-algorithm shortest-paths sort sorting-algorithms
Last synced: 02 Apr 2025
https://github.com/tezc/sc
Common libraries and data structures for C.
algorithm algorithms c collections data-structures generic hashmap hashtable heap library linked-list logger priority-queue queue socket stack thread timer vector
Last synced: 14 May 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/mauriciosantos/buckets-js
A complete, fully tested and documented data structure library written in pure JavaScript.
bag binary-heap binary-search binary-search-tree collection collections data-structures dictionary javascript linked-list map multimap priority-queue queue set stack tree tree-structure
Last synced: 11 Mar 2026
https://github.com/mauriciosantos/Buckets-JS
A complete, fully tested and documented data structure library written in pure JavaScript.
bag binary-heap binary-search binary-search-tree collection collections data-structures dictionary javascript linked-list map multimap priority-queue queue set stack tree tree-structure
Last synced: 02 Apr 2025
https://github.com/michaeljwelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
algorithms ansi-c c c89 cdsa collections datastructures generic hash-functions hashtable intrusive iterative-algorithms linked-list queue red-black-tree stack
Last synced: 05 Apr 2025
https://github.com/MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
algorithms ansi-c c c89 cdsa collections datastructures generic hash-functions hashtable intrusive iterative-algorithms linked-list queue red-black-tree stack
Last synced: 21 Apr 2025
https://github.com/omonimus1/geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
algorithm-challenges algorithms-and-data-structures amazon amazon-coding-challenge bst competitive-programming competitive-programming-algorithms geeks geeks-solutions geeksforgeeks geeksforgeeks-cpp geeksforgeeks-interview-prep geeksforgeeks-solutions graph linked-list matrix microsoft-practices stack tree vector
Last synced: 07 Apr 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/timtadh/data-structures
Go datastructures.
arraylist avl avl-tree btree data-structures error-handling exceptions hash-tables hashtable immutable linear-hash-table linked-list priority-queue ternary-search-trie tree trie
Last synced: 29 Jun 2025
https://github.com/stacygohyunsi/algorithms-primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
algorithm big-o bubble-sort data-structures dynamic-programming greedy-algorithm interview-practice interview-questions knapsack-problem linear-search linked-list merge-sort queues quicksort-algorithm sort sorting-algorithms stacks
Last synced: 19 Jul 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/cruxrebels/interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
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: 06 Apr 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/zrwusa/data-structure-typed
TypeScript & Javascript Data Structures
avl-tree binary-tree data-structures deque graph hash-map heap javascript leetcode linked-list priority-queue red-black-tree segment-tree skip-list sorted-collections tree-map tree-set trie typescript zero-dependencies
Last synced: 02 Apr 2026
https://github.com/JoeKarlsson/data-structures
Common data structures and algorithms implemented in JavaScript
a-star algorithm algorithms array binary-heap bitwise breadth-first-search data-structures dijkstra graph graph-algorithms hash-table linked-list memoization queue shortest-paths sorting-algorithms-implemented stack tree
Last synced: 20 Feb 2026
https://github.com/lironmiz/computer-science-in-java
Designed for saving assignments, submission exercises and projects
algrothm arrays bluej computer-science coursework data datastructures degree implementation-of-data-structures java linked-list oop oop-principles openuniversity queue recursion search-algorithm sorting-algorithms stack trees
Last synced: 31 Oct 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/dentrax/data-structures-with-go
Data Structures with Go Language
algorithms arrays binary-search binary-search-tree binary-trees collections data-stuctures dictionary educational go golang golang-examples graph-algorithms interview-questions linked-list queue searching-algorithms sorting-algorithms stack tree
Last synced: 09 Apr 2025
https://github.com/akshayavb99/codingninjas_java_dsa
Contains the solutions for the programming questions in the CodingNinjas Java+DSA course
algorithms-and-data-structures binary-search-tree binary-tree codingninjas-java-dsa dynamic-programming graphs hashmap-java java java-8 linked-list linkedlist oops priority-queue queue recursion sorting-algorithms-implemented stacks time-complexity tree tries
Last synced: 20 Aug 2025
https://github.com/mus-format/mus-go
MUS format serializer for Go
go golang graph linked-list mus serialization serializer validation
Last synced: 12 Apr 2026
https://github.com/shikha-code36/data-structures-and-algorithm-patterns
Data Structures and Algorithms Patterns that I followed ,implemented in Python
algorithms arrays backtracking bit-manipulation coding-interviews data-structures dynamic-programming graphs heap interview-preparation linked-list python-ds-algo queues recursion searching-algorithms sorting-algorithms stack stacks strings trees
Last synced: 10 Apr 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/imdea-software/htt
Hoare Type Theory
coq hoare-logic hoare-monads linked-list separation-logic type-system
Last synced: 03 Jul 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/bzdgn/data-structures-in-java
Data structures in detail with java implementations
binary-tree data-structure data-structures doubly-linked-list hashtable implementation java linked-list list nary nary-tree queue sorting-algorithms stack tree trinary trinary-tree
Last synced: 11 Apr 2025
https://github.com/kumailn/algorithms
✨ a bunch of algorithms in a bunch of languages ✨
algorithm algorithms array backtracking bst dart data-structures dynamic-programming graph hackerrank hackerrank-solutions java javascript leetcode leetcode-solutions linked-list python rust solutions tree
Last synced: 23 Jul 2025
https://github.com/anantkaushik/data-structures-and-algorithms
Data Structures and Algorithms implementation in Python
algorithm algorithms algorithms-and-data-structures algorithms-implemented array data-structures kadanes-algorithm linked-list python python-algorithms python-data-structures python3 queue searching-algorithms sorting sorting-algorithms stack trees
Last synced: 16 Sep 2025
https://github.com/patilharshal16/data-structures
Computer science data structures and algorithms implementation from scratch
algorithms computer-science data-science data-structures datascience datastructures deque doubly-linked-list enqueue implementation-from-scratch implementation-of-algorithms implementation-of-data-structures java java-8 linked-list queue searching-algorithms sorting-algorithm sorting-algorithms stack
Last synced: 04 Apr 2025
https://github.com/anujdutt9/python-data-structures-and-algorithms
Data Structures & Algorithms Implementation in Python
arrays avl-tree binary-search-tree datastructures linked-list python35 queues stacks
Last synced: 04 May 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/metanet/java-algorithms-data-structures
Solutions for popular algorithms and data structures problems on leetcode
array backtracking binary-search binary-search-tree binary-tree breadth-first-search depth-first-search dynamic-programming graph-algorithms greedy-algorithms heap java linked-list matrix queue recursion searching-algorithms sorting-algorithms stack string
Last synced: 15 Jun 2025
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/vijayksingh/ds-algo
A collection of everything i have done in DS
algorithms coding-interviews data-structures interview interview-practice interview-preparation interview-questions leetcode leetcode-solutions linked-list
Last synced: 10 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://github.com/mity/c-reusables
Collection of highly reusable C utilities.
c command-line-parser hash helpers helpers-library linked-list mit-license red-black-tree utilities utility-functions utility-library variant-data
Last synced: 29 Aug 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/phorward/libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
c c-plus-plus documentation-tool dynamic-arrays hash-table lexical-analysis linked-list prototype-generator regular-expression regular-expression-engine regular-expressions
Last synced: 27 Feb 2026
https://github.com/creachadair/mds
Generic data structures in Go.
balanced-search-trees circular-linked-list comparison diff go golang heap linked-list queue stack
Last synced: 05 Apr 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/rudrakshi99/data-structures-and-algorithm
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
algorithm algorithms backtracking-algorithm binary-search-tree bit-manipulation cpp data-structures dynamic-programming graph greedy-algorithms hashing heap linked-list number-theory queue recursion sorting-algorithms stack trees trie
Last synced: 26 Jul 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/dipto1971/data_structures_and_algorithms
Data Structures & Algorithms
data-structures-and-algorithms dsaproject dynamic-programming graph greedy-algorithms hashtable heap linked-list queue recursion-algorithm shortest-path-algorithm sorting-algorithms stack tree
Last synced: 15 Oct 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/sjsyrek/lazy-linked-lists
Lazy and infinite linked lists for JavaScript.
functional-programming haskell infinite-lists javascript lazy-lists linked-list npm
Last synced: 16 Mar 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/nishkarshraj/data-structures
Data Structures with Theory, Algorithms and Code
algorithms algorithms-and-data-structures array c cpp data-structures graph java linked-list python queue stack tree
Last synced: 22 Apr 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/aydinnyunus/cprojects
C Projects
c c-algorithms c-game c-language c-programming c-programming-language c-project data-structure data-structures game game-development linked-list linked-list-database linked-list-in-c linked-list-operaions linked-lists linkedlist linkedlist-delete linkedlist-insert linkedlists
Last synced: 29 Jun 2025
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/yowainwright/datastructures
Simple *Functional Typed Data Structures 🦄
code-interview data-structures datastructures graph learning linked-list queue stack typescript
Last synced: 22 Apr 2025
https://github.com/zckeyser/all-the-structures
Data structures implemented in various languages
bfs bubble-sort dictionary eratosthenes euclidean graph-traversal insertion-sort linked-list list-search merge-sort priority-queue quick-sort selection-sort sorting-algorithms tree-traversal
Last synced: 04 Sep 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/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/3bbaas/datastructure
Basic Data Structure
binary-search-tree data-structures linked-list queue stack
Last synced: 30 Apr 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/linux-nerd/data-structures.js
Popular Data Structures in JavaScript
adjacency-list binary-search-tree data-structures definitelytyped es6 graph linked-list queue stack typescript
Last synced: 22 Oct 2025
https://github.com/hqarroum/circular-linked-list
:cyclone: An implementation of a circular doubly-linked list in C.
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