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: 14 May 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: 16 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: 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: 21 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/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: 03 Apr 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: 27 Nov 2024
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/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/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: 16 Feb 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: 17 Feb 2025
https://github.com/zrwusa/data-structure-typed
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
avl-tree binary-search-tree binary-tree data-structures deapth-first-search deque dequeue dijkstra-algorithm directed-graph floyd-warshall-algorithm graph heap javascript-data-structures linked-list red-black-tree
Last synced: 15 May 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: 19 Dec 2024
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: 20 Dec 2024
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: 07 Apr 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/imdea-software/htt
Hoare Type Theory
coq hoare-logic hoare-monads linked-list separation-logic type-system
Last synced: 09 Apr 2025
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/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: 11 Apr 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: 02 Jan 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: 10 Jan 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: 21 Mar 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/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/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: 23 Apr 2025
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: 24 Apr 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: 10 Apr 2025
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/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/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: 13 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: 01 Dec 2024
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/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: 15 Apr 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: 01 Jan 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: 22 Nov 2024
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: 17 Feb 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: 26 Feb 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/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/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/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: 29 Apr 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: 22 Apr 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: 15 May 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/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: 10 Apr 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: 15 Apr 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: 23 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 Feb 2025
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: 23 Apr 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/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: 21 Nov 2024
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/toolbuddy/visual-ll
Using graphviz to enable visualization on linked-list implementation.
binary-trees c graph graphviz linked-list visualization
Last synced: 10 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: 15 Feb 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/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/xambassador/dsa
🎉 Data structures and Algorithms solutions in c++, JavaScript and Go.
algorithms-solutions arrays binary-trees bst dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list priority-queue queue recursion searching sorting stack trees
Last synced: 10 Apr 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: 12 Apr 2025
https://github.com/hqarroum/circular-linked-list
:cyclone: An implementation of a circular doubly-linked list in C.
Last synced: 19 Apr 2025
https://github.com/bor0/hashtable
Hashtable implementation in C
algorithm c hashtable linked-list
Last synced: 10 Apr 2025
https://github.com/harismuneer/doubly-and-singly-linked-list
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
cplusplus-datastructure data-structures datastructures-algorithms datastructures-implementation datastructuresincplusplus double-linked-list doubly-linked-list doublylinkedlist free-to-use linked-list linked-lists linkedlist open-source-code single-linked-list singly-linked singly-linked-list
Last synced: 09 Apr 2025
https://github.com/kartikmandhan/bc-infinite-precison-calculator
'bc' is an command line arbitrary precision calculator.Implementation of Unix based command 'bc' using C Programming language, as a part of DSA1 Project
c calculator data-structures-project dsa infinite-precision-arithmetics linked-list
Last synced: 05 Apr 2025
https://github.com/elit-altum/c-programs
Basic programs written in C using ANSI for GNU-GCC
ansi-c arrays c circular-linked-list circular-queue data-structures gcc-complier gnu linked-list menudriven queue sparse-matrix stacks
Last synced: 12 Feb 2025
https://github.com/raziyehbazargan/datastructures
A repo for practicing DS and Algorithms.
bst datastructures hashtable linked-list queue sorting-algorithms stack tree
Last synced: 13 May 2025
https://github.com/osspk/doubly-and-singly-linked-list
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
cplusplus-datastructure data-structures datastructures-algorithms datastructures-implementation datastructuresincplusplus double-linked-list doubly-linked-list doublylinkedlist free-to-use linked-list linked-lists linkedlist open-source-code single-linked-list singly-linked singly-linked-list
Last synced: 24 Nov 2024
https://github.com/xmine64/clogger
Message logging library for C
c error library linked-list logger logging static-library
Last synced: 12 Apr 2025
https://github.com/rezagooner/data-structure
Data Structure
data-structures graph heap linked-list queue stack tree
Last synced: 16 Mar 2025
https://github.com/sondosaabed/equations-processor
An equation processor application using linked stack and cursor array implementations of a linked stack.
cursor-array equation-solver java linked-list stack
Last synced: 22 Apr 2025
https://github.com/paulsagar1a/data-structure-and-algorithm
For learning and development purpose
algorithm-challenges algorithms algorithms-and-data-structures array datastructures greedy-algorithms heap interview-practice linked-list matrix miscellaneous stack-queue string
Last synced: 04 Apr 2025
https://github.com/sskender/ads
Algorithms and Data Structures implemented in C
algorithm algorithms-datastructures bst bstree bubble-sort data-structures hashing hashmap heap insertion-sort linked-list linkedlist merge-sort queue quick-sort selection-sort shell-sort sorting-algorithms stack tree
Last synced: 15 Apr 2025
https://github.com/azhovan/golang-datastructure-algorithms
algorithms, data structures and solved questions with golang (under development)
algorithms array codility datastructure golang hacker heap linked-list queue set stack
Last synced: 30 Apr 2025
https://github.com/abdulahad968/sky-nav-ai---sfml-based
SkyNav AI revolutionizes flight planning with dynamic graphics and advanced C++ data structures like graphs, queues, and linked lists. It offers seamless visualization of complex flight data, efficient layover management, flexible route adaptation, and personalized travel options, delivering an interactive and intuitive experience for traveling.
cpp dijkstra-shortest-path dsa graphs-algorithms linked-list project-management queue sfml
Last synced: 14 Apr 2025
https://github.com/guanshiyin28/primitive-list-doubly-linked-list
Primitive List Doubly Linked List (C++)
cpp linked-list list-double primitive
Last synced: 27 Feb 2025
https://github.com/howprogrammingworks/datastructures
Data structures basics
array binary-tree data graph linked-list list n-ary-tree structure structures tree
Last synced: 07 May 2025
https://github.com/zain-bin-arshad/social-network-simulator
Social Network Simulator developed in python.
data-structures linked-list network-simulator node python python3 social-network-graph social-network-like-facebook
Last synced: 12 May 2025