Data structures
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
- GitHub: https://github.com/topics/data-structures
- Wikipedia: https://en.wikipedia.org/wiki/Data_structure
- Related Topics: algorithm,
- Aliases: data-structure,
- Last updated: 2025-11-14 00:07:39 UTC
- JSON Representation
https://github.com/smikhalevski/trie
🌲 The extremely fast compressed trie implementation in 2 kB gzipped.
autocomplete data-structures map search string trie
Last synced: 08 Jul 2025
https://github.com/sunaku/structy_record
🎩 Provides a Struct-like interface for Records
data-structures elixir-library
Last synced: 15 Apr 2025
https://github.com/1chooo/code
🚀 A LeetCode a day, keep rejection away | Code with Hugo 🫡
algorithms cpe data-structures interview leetcode leetcode-daily-challenge software-development software-engineering uva zerojudge
Last synced: 30 Jul 2025
https://github.com/siddhesh-desai/efficient-data-storage-and-retrieval-system
This project implements an efficient data storage and retrieval system using the B-tree data structure in C++.
btree btree-implementation data-structures dsa dsa-cpp dsa-project
Last synced: 27 Oct 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: 27 Oct 2025
https://github.com/hairrrrr/1200_problems
数据结构与算法 OJ 题目详解
algorithms c cpp data-structures java
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: 16 Jul 2025
https://github.com/mstgnz/data-structures
Data Structures With Go
data data-structures go golang
Last synced: 22 Sep 2025
https://github.com/yazanzebak/competitiveprogramming
A repository that includes my solutions to a various problems on different online judges.
algorithms atcoder codechef codeforces competitive-programming cpp csacademy data-structures online-judges spoj topcoder uva
Last synced: 14 Oct 2025
https://github.com/peter-mghendi/karata.console
[WIP] The card game we all know and love. 🇰🇪 Built atop the platform we all know and love.
card-game console data-structures
Last synced: 04 Apr 2025
https://github.com/yi-ge/rust-practice
Rust 算法练习。
algorithm data-structures rust rust-lang
Last synced: 13 Apr 2025
https://github.com/songzhi/rs-data-structure
Data Structure and Algorithm rust implementation for learning purpose.
algorithms data-structures rust
Last synced: 01 May 2025
https://github.com/tirendazacademy/r-programming-tutorial
Here are the topics talked about R tutorial in 1 YouTube video.
data-analysis data-science data-structures data-visualization ggplot2 logistics preprocessing r-programming r-programming-projects r-projects regression rstudio
Last synced: 21 Feb 2025
https://github.com/zeyu-li/algorithms
A useful collections of algorithms, formulas, APTs, and some other notes 🗒
algorithms cpp data-structure data-structures formulas graph graph-algorithms graph-theory graph-theory-algorithms python school
Last synced: 13 Jul 2025
https://github.com/chimehq/relativecollections
Swift collection types that support efficient storage of order-relative values.
collections data-structures swift
Last synced: 22 Apr 2025
https://github.com/syfxlin/code
:pencil2: 存放非项目的代码
algorithms data-structures design-patterns php-middleware react-store vue-store
Last synced: 27 Jul 2025
https://github.com/aminezouitine/volumelist-cpp
🗄Make a list that has a notion of volume 🗄
Last synced: 25 Jun 2025
https://github.com/ivan-magda/hackerrank-challenges
Solutions that I come up with for the hackerrank challenges
algorithms data-structures hackerrank hackerrank-challenges hackerrank-solutions
Last synced: 30 Oct 2025
https://github.com/jayantgoel001/datastructureandalgorithmsinjava
algorithms data-structures java
Last synced: 24 Jul 2025
https://github.com/mfbx9da4/observable-state-tree
An observable state tree is a normal object except that listeners can be bound to any subtree of the state tree.
data-structures listener-tree state-tree
Last synced: 15 Apr 2025
https://github.com/accurat/data-juggler
A data wrapper and enricher 🤹♂️
data-structures mobx-state-tree
Last synced: 08 Apr 2025
https://github.com/masumajaffery/icodedreams1
🌈 To Learn Better and Understands in Depth Algorithm's and Data Structures for Mob-Programming Sessions and Interviewing Procedures. Hope this Repository Helps Microanuts and others who want to make grip on conceptual learning. Happy Coding! 🤓
Last synced: 14 Oct 2025
https://github.com/sciml/resettablestacks.jl
A stack implementation with a reset! function which avoids garbage collection for scientific machine learning (SciML)
data-structures scientific-machine-learning sciml
Last synced: 04 Sep 2025
https://github.com/aluriak/graffunc
Python 3 data structure -- (hyper)graph of function
data-structures graph hypergraph python
Last synced: 24 Oct 2025
https://github.com/sukeesh/algorithm-implementations
my algorithm implementations, which I use as template in timed contests
algorithm competitive-programming cpp data-structures
Last synced: 21 Jun 2025
https://github.com/jmcph4/jcrl
A library of fundamental algorithms and data structures written in C
abstraction adt algorithms c compsci data-structures discrete-mathematics fundamental-algorithms graph hypergraph library list multiset queue reference-implementation set sorting-algorithms stack tree tree-search
Last synced: 07 Apr 2025
https://github.com/ventgrey/algorithms-and-data-struct
Just a repo to place some algorithms and data structure practices.
algorithm algorithms begginers data-structures explained multi-language practice
Last synced: 12 Jun 2025
https://github.com/aminkhani/dsa
Data Structures and Algorithms Tutorial
algorithm algorithms computer-science data data-structures data-structures-and-algorithms datastructures tutorial
Last synced: 15 Mar 2025
https://github.com/manpages/algorand-merkle
data-structures haskell literate-programming merkle-tree polymorphic
Last synced: 12 Apr 2025
https://github.com/matinhosseinianfard/shortest-distance-between-the-two-islands
A data structure problem
data-structures dsa-algorithm processing pyqt5 python tkinter
Last synced: 11 Sep 2025
https://github.com/Aluriak/graffunc
Python 3 data structure -- (hyper)graph of function
data-structures graph hypergraph python
Last synced: 19 Jul 2025
https://github.com/irfanshadikrishad/irfanshadikrishad
Github Config 🌹
config data-science data-structures github-config machine-learning mern-stack software-engineering webtechnologies
Last synced: 15 Apr 2025
https://github.com/amiralles/dsfs
Data structures from scratch - Source code.
Last synced: 23 Jul 2025
https://github.com/chinmaymahajan/dreamscoder-examples
This repository contains the example code for the posts on the blog www.DreamsCoder.com
c cpp css data-structures data-structures-algorithms datastructures java javascript php react react-component react-components reactjs
Last synced: 18 Jun 2025
https://github.com/adia-dev/graphflow
Transform your data into stunning visualizations with GraphFlow.
algorithms algorithms-visualization arc-browser avl-tree bfs code-editor data-structures data-visualization dfs graphs-algorithms leetcode leetcode-visualizer mit-license open-source react react-typescript tree-structure typescript user-interface visjs
Last synced: 14 Apr 2025
https://github.com/veeso/orange-trees
🍊 A Rust implementation of the Tree data structure 🍊
data-structures rust rust-crate rust-library tree tree-structure
Last synced: 13 Apr 2025
https://github.com/venkat-0706/dsa-algo
Comprehensive collection of DSA algorithms with implementations and explanations. Aiming to master Data Structures and Algorithms one step at a time!
backtracking-algorithm data-structures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms hashing recursion-algorithm searching-algorithms sorting-algorithms
Last synced: 13 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/juliaaplavin/accessorsextra.jl
data-structures lenses-library optics-code
Last synced: 13 Mar 2025
https://github.com/dayyass/project-euler
My solutions to Project Euler problems.
algorithms algorithms-and-data-structures data-structures engineering math mathematics project-euler python python3
Last synced: 13 Apr 2025
https://github.com/eslam-abdo/data-structures-algorithms
This repository contains the solved code from the Mastering Data Structures & Algorithms Using C and C++ course by Abdul Bari on Udemy.
algorithms c cpp data-structures
Last synced: 25 Oct 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: 28 Aug 2025
https://github.com/lablnet/data_structure
Several data structures and Algorithms implementations in C++
algorithms cplusplus cpp20 data data-structures structure
Last synced: 07 Sep 2025
https://github.com/iker-gonzalez/42-common-core
Compilation of all the projects carried out as part of 42's common core program.
42cursus algorithms bash c cpp css3 data-structures docker html5 linux mysql nestjs networking networks oauth postgresql react typescript virtualization
Last synced: 25 Aug 2025
https://github.com/shashwatkathuria/data-structures-and-algorithms
Data Structures And Algorithms
algorithm algorithms arraylist bellman-ford-algorithm binary-search binary-search-tree data-structures dijkstra-algorithm dna-sequencing dynamic-programming hashtable heap kruskals-algorithm papadimitriou prims-algorithm shortest-paths sorting-algorithms stack travelling-salesman-problem trie
Last synced: 24 Aug 2025
https://github.com/coalio/Assistant
A data science library providing flexible dataframes for Lua 5.1+
data-analysis data-science data-structures dataframe lua
Last synced: 11 Apr 2025
https://github.com/qwerty541/logged-stream
Logging of all read/write operations, errors and drop of underlying IO object.
async asynchronous asyncio contributions-welcome data-structures debugging development-tools io logging networking rust rust-library stream
Last synced: 22 Mar 2025
https://github.com/shahkv95/optimise.me
This repository is created to focus on code optimisation. Today in the world of programming, where everywhere - everything is getting coded. It is very important to write optimised code. We need to focus on various complexities involved.
algorithms c c-plus-plus cpp csharp data-structures go java javascript optimisation optimisation-algorithms programming-language python research
Last synced: 13 Jun 2025
https://github.com/ridika-2004/competitive-programming
💻 A repository dedicated to solving problems and improving problem-solving skills in various competitive programming platforms. 🚀📈
algorithms codechef-solutions codeforces-solutions competive-programming cpp data-structures
Last synced: 05 Jul 2025
https://github.com/vasu7052/data-structures-and-algorithms
Here are some of my Data structures and algorithms created in Java Programming Language using IntelliJ IDE.
algorithms bellman-ford-algorithm breadth-first-search data-structures depth-first-search dijkstra-algorithm floyd-warshall-algorithm genetic-algorithm insertion-sort java knuth-morris-pratt longest-common-subsequence matrix-chain-multiplication merge-sort queue quicksort rabin-karp stack tower-of-hanoi tree-structure
Last synced: 26 Apr 2025
https://github.com/pkprajapati7402/cpp-notes
Here's the notes and the Problems with solutions, that we generally see While learning any new language. These problems contains OOPS, Data Structures and Algorithm problems using C++.
algorithms cpp data-structures dsa oops-in-cpp tutorial
Last synced: 22 Aug 2025
https://github.com/zejiran/programming-learning-resources
📚 Multiple resources to start learning and practicing new programming skills
coding-challenges data-structures design-patterns practice-programming roadmap starter-kit
Last synced: 05 Jul 2025
https://github.com/kafkas/proficient
High-quality TypeScript data structures and utilities
data-structures javascript typescript utilities
Last synced: 11 Apr 2025
https://github.com/scortier/complete-dsa-collection
Complete Data Structure and Algorithms Code and Explanation Collection in C++.
algorithms algorithms-and-data-structures cpp data-structures
Last synced: 12 Jul 2025
https://github.com/absaoss/spark-data-standardization
A library for Spark that helps to stadardize any input data (DataFrame) to adhere to the provided schema.
data-quality data-structures scala schema spark
Last synced: 17 Aug 2025
https://github.com/chanmeng666/juejin-algorithm-practice
【Star us and watch this project grow! 🌱⭐️】Collection of algorithm problems and solutions from ByteDance MarsCode Youth Training Camp (Winter 2024-2025). This repository contains coding challenges and their implementations used in the camp's entrance assessment.
algorithms bytedance coding-interview competitive-programming data-structures marscode problem-solving programming-challenges technical-training youth-camp
Last synced: 01 Nov 2025
https://github.com/byteshiva/es6-tuts
Playground - Experiments
algorithms async audioworklet await data-structures deeplearning es6-javascript es6-modules es6-promise linuxkit ml mobilenet nlp puppeteer sip2 typescript webassembly webaudio webrtc zeit
Last synced: 12 Jul 2025
https://github.com/martin-majlis/py-probstructs
Collection of probabilistic data structures - CM-Sketch, ECM-Sketch, exponential histogram
data-structures probabilistic-programming python stream-processing
Last synced: 04 Oct 2025
https://github.com/ajay-dhangar/dsa-with-js
JavaScript Data Structures and Algorithms Basic Course or Roadmap
algorithms data-structures data-structures-and-algorithms dsa dsa-in-js javascript
Last synced: 19 Apr 2025
https://github.com/nahidulhasan/basic-problems-and-solutions
Basic data structures and algorithm related problems and solutions
Last synced: 11 Apr 2025
https://github.com/avidlearnerinprogress/placementpreparation
Collection of programs implemented by me from geeksforgeeks.com
algorithms c-plus-plus-11 data-structures
Last synced: 28 Oct 2025
https://github.com/emersion/go-tryalgo
Basic and (maybe) advanced algorithms and data structures in Go
Last synced: 09 Oct 2025
https://github.com/carlosneto726/tads
Projects and exercices made for the college
binary-tree bootstrap data-structures django laravel8 mysql postgresql
Last synced: 15 Aug 2025
https://github.com/m7moudgadallah/leetcode_solutions
This Repo Contains LeetCode Solutions
algorithms cpp data-structures leetcode leetcode-solutions problem-solving
Last synced: 16 Apr 2025
https://github.com/akhilsharmaa/competitive-programming
Problem solved my me on different Platforms during contest or after contest. Also includes DSA problems.
algorithm codechef codeforces competitive-programming data-structures hackerrank-solutions leetcode
Last synced: 22 Jul 2025
https://github.com/osenoah/alx-low_level_programming
Let's look at C
alogrithms alx alx-low-level-programming bash betty-style c coding data-structures gcc-complier low-level-programming memory-allocation osenoah shell-script ubuntu ubuntu2004
Last synced: 15 Apr 2025
https://github.com/riju18/datastructure-and-algorithm
Data Structure & Algorithm
algorithm algorithms-and-data-structures data-structures oop-python python3 sliding-window two-pointers
Last synced: 05 May 2025
https://github.com/mastercruelty/metroflowrouter
A way to use graph concepts to find the smartest path in a metro network of a city.
data-structures golang graph graph-algorithms metro subway-network
Last synced: 15 Apr 2025
https://github.com/ikushum/lets-do-datastructure-and-algorithm
A list of Data Structures and Algorithms, their implementations and resources to learn.
algorithm data-structures python
Last synced: 28 Oct 2025
https://github.com/huyhoang8704/cse-labdsa-hcmut
Lab code for Data Structures & Algorithms (CO2003) - Semester 231- HCMUT
algorithms cpp cse data-structures dsa hcmut lab
Last synced: 24 Apr 2025
https://github.com/mghalix/bank-system
C++ Console Application for a Banking System.
console-application cpp data-structures file-organization oop
Last synced: 05 Sep 2025
https://github.com/taptorestart/python-examples
Data Structures, Algorithm, Packages
algorithm data-structures python3
Last synced: 10 Oct 2025
https://github.com/gikoskos/simbly
Multithreaded runtime and interpreter for programs written in a tiny assembly-like language
c cmake concurrency concurrent data-structures interpreter language multithreading pthreads runtime toy-language unix
Last synced: 10 Apr 2025
https://github.com/shravanatirtha/sde-striver-sheet
A collection of problems from Strivers-SDE-sheet using which people have cracked their dream jobs. These questions are commonly asked in product-based companies like Amazon, Microsoft, Google, etc
algorithm data-structures interview-questions
Last synced: 24 Apr 2025
https://github.com/rosemary666/algo
主要使用golang语言讲解和实现算法,包括数据结构、leetcode算法题等等
algo algorithm algorithm-golang data-structures leetcode leetcode-go leetcode-solutions
Last synced: 03 Oct 2025
https://github.com/gaufung/leetcode-solutions
leetcode-solution
alogrithms data-structures golang leetocde
Last synced: 01 Sep 2025
https://github.com/vinitshahdeo/dsa-lab-codes
Lab Assignments for Data Structures and Algoithms
algorithms cpp data-structures lab-assignment
Last synced: 10 Apr 2025
https://github.com/bivittatusdb/bivittatusdb
Operator Based Relational Database Management system for python
crud-operation data data-science data-structures database database-management indexing mit-license mongodb operator-based operator-overloading python python3 relational-database relational-model sql transaction-management
Last synced: 23 Mar 2025
https://github.com/aliosm/adt
Standard implementation of Algorithms, Data structures and Techniques.
algorithms data-structures techniques
Last synced: 09 Sep 2025
https://github.com/ibrahimhabibeg/codeforces
My solutions for Codeforces problems in C++
algorithms algorithms-and-data-structures codeforces codeforces-solutions competitive-programming cpp data-structures problem-solving
Last synced: 19 Mar 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/chichunchen/concurrent-cache-conscious-hamt-in-rust
Parallel Cache Conscious Hash Trie
cache-control concurrent-data-structure data-structures rust
Last synced: 12 May 2025
https://github.com/chetan6780/75-days-dsa-challenge
Ninja technique🥷 to ACE DSA Interviews.
algorithms challenge cpp data-structures dsa
Last synced: 02 May 2025
https://github.com/ruimaciel/mropes
M's ropes library: a rope data structure library implemented in C
c c90 data-structures rope rope-string string
Last synced: 05 May 2025
https://github.com/rezagooner/data-structure
Data Structure
data-structures graph heap linked-list queue stack tree
Last synced: 02 Aug 2025
https://github.com/azzzrro/data-structure-solutions-2
Data structure solutions for various sorting algorithms such as bubble sort, insertion sort, selection sort, quick sort, and merge sort. Additionally, essential data structures like hash tables, stacks, and queues are aslo included. Useful for learning and coding practice.
algorithms bubble-sort data-structures hashtable hashtable-chaining insertion-sort merge-sort queue quick-sort selection-sort sorting-algorithms stack
Last synced: 26 Sep 2025
https://github.com/simplyyan/spellspike
The new, more powerful and easier programming language. (Under CC-BY 4.0 license). The fastest language in the world is Brazilian and is SpellSpike.
algorithms async-programming code-examples community compiler data-structures documentation golang interpreter javascript library networking object-oriented-programming open-source programming-language python spellspike spike syntax
Last synced: 09 May 2025
https://github.com/devinterview-io/divide-and-conquer-interview-questions
🟣 Divide and Conquer interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
algorithms algorithms-and-data-structures algorithms-and-data-structures-interview-questions algorithms-interview-questions coding-interview-questions data-structures data-structures-and-algorithms data-structures-and-algorithms-interview-questions data-structures-interview-questions divide-and-conquer divide-and-conquer-interview-questions divide-and-conquer-questions divide-and-conquer-tech-interview software-architecture-interview software-architecture-interview-questions software-developer-interview software-engineer-interview
Last synced: 30 Mar 2025
https://github.com/hun756/hybble
Data Structures with basically C++ OOP concepts. Containers are handled as in STL.
beginner-friendly cpp cpp-course cpp-library cpp17 data-structures
Last synced: 06 Oct 2025
https://github.com/roytangrb/dsa
Data Structure and Algorithm
algorithms data-structures leetcode
Last synced: 01 Aug 2025
https://github.com/adiathasan/udacity-data-structures-algorithms-google-typescript
Data structures and algorithm practice solutions in Typescript - grow with google
algorithms data-structures excercise typescript
Last synced: 30 Jun 2025
https://github.com/ammahmoudi/designalgorithms
Homework Solutions for Design Algorithm Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
algorithms data-structures dynamic-programming graph-algorithms greedy-algorithms linear-programming recursive-backtracking-algorithm
Last synced: 23 Sep 2025
https://github.com/abdallahhemdan/crackingthecodeinterview
🎯 My Solutions to Cracking the Coding Interview Book, 6th Edition with cpp..
cpp cracking-the-coding-interview data-structures interview-questions
Last synced: 12 May 2025
https://github.com/madarauchiha-314/data-structures-library
Implementation Of Various Data Structures And Related Algorithm's In C++
algorithms cpp data-structures stl
Last synced: 12 May 2025
https://github.com/ar1st0crat/algorithmscheatsheet
Just a cheetsheet with codes of the most popular algorithms and data structures
data-structures searching sorting
Last synced: 31 Jul 2025
https://github.com/siraajul/cpp
C++ With Data Structure & Algorithms
algorithms compititive-programming cplusplus cpp data-structures
Last synced: 31 Jul 2025
https://github.com/abxhr/open-dsa
A compiled guide (codes) for various Data Structures and Algorithms
Last synced: 12 May 2025