Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-01-15 00:07:29 UTC
- JSON Representation
https://github.com/khaledkamr/clothes_shop_system
Data structure project
coding cpp data-structures oop-in-cpp
Last synced: 03 Dec 2024
https://github.com/efxlve/data-structures-and-algorithms-notes
✍️Notes: This repo contains notes on data structures and algorithms. The notes cover basic data structures such as array, linked list, stack, queue, tree, heap, graph as well as sorting algorithms such as selection, insertion, bubble, quick.
algorithms algorithms-and-data-structures data-structures notes
Last synced: 27 Nov 2024
https://github.com/winterrdog/c-hash-map
this is a pure C project i took on to learn the details of how to implement a hash table aka hash map aka associative array.
computer-science data-structures hash hashmap hashtable
Last synced: 27 Nov 2024
https://github.com/papilo-cloud/leetcode
My Leetcode Solutions
algorithms data-structures leetcode-solutions python3
Last synced: 27 Nov 2024
https://github.com/tsg405/data-structures-and-algorithms-specialisation
This Repo contains - Starter files, Coursework, Programming Assignments for the Master DataStructure and Algorithmic Programming Techniques Specialization Course -- offered by University of California San Diego & HSE University, Coursera.
bst-tree coursera data-structures dynamic-programming hashtables heap python-3 queue stack
Last synced: 27 Nov 2024
https://github.com/viztruth/c-and-cpp-practice-problems-with-solutions
👉Well curated repo. containing solutions for all the practice questions that I've solved while I was learning C and C++. 💡View README file for topic wise grouping of questions. This repo. can be useful for beginner and intermediate-level C or C++ programmers. If you found this repo. useful, don't forget to star the repo and give a follow.
array-manipulations c c-plus-plus c-programming cpp data-structures data-structures-and-algorithms linked-list matrices practice practice-exercises practice-problems programming solutions string-manipulation
Last synced: 27 Nov 2024
https://github.com/aaron-kristopher/data-structures
Is a repository of Data Structures and Algorithms used for my learning purposes.
algorithms data-structures java
Last synced: 08 Dec 2024
https://github.com/shravanatirtha/must-know-java-programs
All programs a geeks needs to know at one stop. It is an implementation of Data Structures and Algorithms in Java.
algorithms data-structures java
Last synced: 15 Dec 2024
https://github.com/archisman-mridha/leetcode
solved leetcode problems
algorithms data-structures interview-preparation leetcode
Last synced: 28 Nov 2024
https://github.com/bzdgn/serce
Serce is a primitive database
cli data-structure data-structures data-structures-algorithms database databases java memory-management
Last synced: 08 Dec 2024
https://github.com/guillainbisimwa/javasript-dastructures-and-algorithms
A Practical Guide to Algorithms with JavaScript
algorithm data-structure data-structures graph hashtable linked-list sorting-algorithms tree
Last synced: 02 Dec 2024
https://github.com/techno-coder/strutters
Rust library for data structures
data-structures graph graph-algorithms no-std rust rust-library segment-tree shortest-paths
Last synced: 16 Dec 2024
https://github.com/anhoder/data-structure
There are some data structure implemented by PHP.
data-structure data-structures ds
Last synced: 28 Nov 2024
https://github.com/devinleamy/competitive-programming
Competitive programming archives
Last synced: 08 Dec 2024
https://github.com/paambaati/bumplan
A simple program that finds the seating arrangement for passengers for a given custom airplane seat layout.
algorithm coding-challenge data-structures interview-questions nodejs
Last synced: 19 Dec 2024
https://github.com/ashok-arjun/facebook-clone
Data Structures mini package to simulate the organization of users in facebook network. Includes the implementation of various data structures including Graph, Trie, Queue and Stack.
data-structures facebook-network graph linked-list list queue queues stack stacks
Last synced: 03 Dec 2024
https://github.com/ignatiusmb/treevisualizer
Visualizer for binary tree data structure in Java.
binary-search-tree data-structures java tree visualizer
Last synced: 16 Dec 2024
https://github.com/nehavatsyan/datastructures
Repository contains Data structures and Algorithms implemented in Golang
algorithms data-structures go golang golang-package
Last synced: 04 Dec 2024
https://github.com/vvhacker007/rube-goldberg-machine
✨Implementation of multiple data structures as Rube's Goldberg Machine 🤖 using c++✔.
algorithms cpp data-structures sorting
Last synced: 09 Dec 2024
https://github.com/9oelm/rdsa
(re)studying data structures and algorithms. Yeah i know, it's that time of the season again.
algorithms data-structures data-structures-and-algorithms interview jupyter-notebook
Last synced: 16 Dec 2024
https://github.com/kalongn/shuffle-algorithm
Shuffle Algorithm for a Spotify Playlist
bash data-structures java music node-js shuffle spotify
Last synced: 11 Dec 2024
https://github.com/omarfawzi/data-structures
Various Data Structures implemented using C++
Last synced: 12 Dec 2024
https://github.com/snehalyelmati/competitive-programming-golang
Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.
algorithms data-structures golang google-hashcode google-kickstart leetcode
Last synced: 12 Dec 2024
https://github.com/ashtishad/leetcode-go
Leetcode solutions in Golang.
algorithms data-structures data-structures-and-algorithms go golang leetcode leetcode-solutions
Last synced: 17 Dec 2024
https://github.com/ikauematos/data-structurec
Hello devs okay with you guys? this repository aims to show a little about the sorting methods using C to apply the ordering methods
Last synced: 10 Jan 2025
https://github.com/fmw666/data-structure
💡 数据结构(基于 C++ 语言) + 算法 (基于 C语言 和 Python语言)
algorithms c cpp data-structures datastructures-algorithms python3
Last synced: 18 Dec 2024
https://github.com/kopach-artem/hashtable
A comprehensive C++ library for efficient data management using hash tables. Features customizable hashing, collision resolution.
c-plus-plus cpp data-structures hash-map hash-table hashtable
Last synced: 18 Dec 2024
https://github.com/nilesh2000/errorfreecodes
Repository I use for my interview preparation.
algorithms cpp data-structures
Last synced: 10 Jan 2025
https://github.com/bogwi/eruzero
Bullet-Train fast hashmap for Zig
benchmark data-structures hashmap hashtable zig zig-package ziglang
Last synced: 24 Dec 2024
https://github.com/drapegnik/algorithms
⏱️practise tasks on theory of algorithms on FAMCS, BSU
algorithms brute-force bsu c-plus-plus cpp data-structures famcs graph-algorithms
Last synced: 19 Dec 2024
https://github.com/ahmednassar7/competitive-programming
This repository contains Data Structure and Algorithms topics.
algorithms competitive-programming cpp data-structures problem-solving
Last synced: 24 Dec 2024
https://github.com/icherya/coursera-data-structures-algorithms
🎓 Coursera: Data Structures and Algorithms Specialization | JavaScript
algorithms binary-search-tree data-structures data-structures-and-algorithms dynamic-programming graph-algorithms greedy-algorithm hash-algorithm heap heuristics javascript js minimum-spanning-trees priority-queue search-algorithms shortest-paths sorting-algorithms tree-structure
Last synced: 25 Dec 2024
https://github.com/angelosans/java
From noob to pro, using this repository to improve my java programing abilities
data-structures design-patterns oop-in-java
Last synced: 25 Dec 2024
https://github.com/sugaliudaykiran/dsa_labs
Only DSA
algorithms-and-data-structures cpp cpp-programming data-structures dsa-algorithm dsa-practice stl-containers
Last synced: 25 Dec 2024
https://github.com/bsanket16/data-structures
Data Structures and Algorithms Library
algorithms data-structures problem-solving
Last synced: 26 Dec 2024
https://github.com/lastancientone/amd-vs-nvda
Analyzing 2 technology stocks using Master Analyst Program (MAP).
data data-analysis data-structures data-visualization excel forecasting time-series-analysis
Last synced: 26 Dec 2024
https://github.com/a3ro-dev/dsa
My data structure and algorithm repository. In Python
data-structures linked-list python stack
Last synced: 02 Jan 2025
https://github.com/satishdash/juliaexercism
Exercises on various Julia concepts from Exercism.io
data-structures julialang programming
Last synced: 26 Dec 2024
https://github.com/zannatul-naim/data-structure
CSE-2122 Data Structure Lab
algorithm array array-methods bfs-algorithm data-structures dfs-algorithm graph linked-list matrix queue stack tree
Last synced: 26 Dec 2024
https://github.com/ahmedosmandev/codeforces-solutions
Codeforces's problems solutions.
algorithms codeforces codeforces-solutions competitive-programming cpp data-structures online-judge problem-solving
Last synced: 26 Dec 2024
https://github.com/levichu51/pro2-practica2-22-23
Práctica de la asignatura de Programación 2 de la UDC 22/23
data-structures programming udc university
Last synced: 26 Dec 2024
https://github.com/mo7amed-hussein/algorithms-and-data-structures-in-c
it is my implemenation for the most common data strucures using c language
algorithms binary-search bubble-sort c data-structures insertion-sort interpolation-search linear-search linked-list merge-sort queue quicksort searching-algorithms selection-sort shell-sort sorting-algorithms stack
Last synced: 02 Jan 2025
https://github.com/aalekh/solutions
Solutions to some DS Algo problems
algorithm array bit-manipulation data-structures dynamic-programming graph hash heap interview-practice interview-questions linked-list string tree
Last synced: 10 Jan 2025
https://github.com/tsembp/epl231-groupassignment
EPL231 - Group Assignment (Group 28)
algorithms algorithms-and-data-structures data-structures hashing heaps java trie-tree
Last synced: 03 Jan 2025
https://github.com/shrilakshmishastry/linkedlist_assignment
Data structure - Set of examples to learn linkedlist .
Last synced: 11 Jan 2025
https://github.com/talha4t/dsa
Data Structure and Algorithm
algorithms data-structures data-structures-and-algorithms dsa
Last synced: 12 Jan 2025
https://github.com/imdanielsp/dstructs-swift
A Swift's data structures and algorithms library. The purpose of this repository is to practice the Swift programming language and data structure in general.
algorithms data-structures practice review swift
Last synced: 12 Jan 2025
https://github.com/khalekuzzamancse/algorithms_visualizer
A multiplatform app for visualizing the algorithms that are mostly used in Computer Science
algorithms android compose-multiplatform data-structures desktop ios kotlin kotlin-multiplatform web
Last synced: 12 Jan 2025
https://github.com/afthaab/data-structures-in-golang
This repository is a comprehensive collection of various data structures implemented using the Go programming language.
data-structures leetcode-solutions
Last synced: 12 Jan 2025
https://github.com/casperkristiansson/algorithms-and-data-structures-id1021
Algorithms and Data Structures - Lab exercises for the course ID1021
algorithms algorithms-and-data-structures data-structures exam exams fundamentals graphs id1020 id1021 id1021ht21 lab lab1 lab2 lab3 lab4 old-exam searching sorting
Last synced: 15 Jan 2025
https://github.com/isensee-bastian/set-generics
Tutorial code for my video Generics Part 3: How to use Generics in Golang
basic-programming beginner-tutorial-series data-structures generics golang interfaces learn-to-code sets tutorial types youtube
Last synced: 15 Dec 2024
https://github.com/shubhansu-kr/cse205-data-structure-and-algorithms
DSA Course: CSE205: LPU progress | C++ | Lecture PPTs | Solutions | Codes.
cpp cse205 data-structures dsa dsa-algorithm lecture-notes lpu
Last synced: 22 Nov 2024
https://github.com/mirsahib/project-venus
IUB CSE 203 (Data Structure)
c-plus-plus cse-203 data-structures
Last synced: 25 Nov 2024
https://github.com/arindal1/geekstreak-deutschebank
21 Days POTD Challenge Powered By Deutsche Bank
algorithms arrays cpp data-structures deutsche-bank dsa geeksforgeeks linked-list tree
Last synced: 22 Dec 2024
https://github.com/paresh-patil-11/singly-linear-linked-list
This project aims to provide a comprehensive tool for understanding and working with singly linked lists, making it an invaluable resource for students and professionals alike.
data-structures gui linked-list python3 singly-linked-list tkinter
Last synced: 31 Dec 2024
https://github.com/ashishshres/stack-in-data-structure
Stack in Data Structure
data-structures infix-to-postfix infix-to-prefix stack
Last synced: 22 Nov 2024
https://github.com/ashishshres/linked-list-in-data-structure
Linked List in Data Structure
circular-linked-list data-structures doubly-linked-list linked-list singly-linked-list
Last synced: 22 Nov 2024
https://github.com/sohnryang/code-archive
My code archive for useful algorithms
algorithms c-plus-plus data-structures
Last synced: 17 Nov 2024
https://github.com/huseyincenik/power_bi
PowerBI Files
dashboard data data-science data-structures data-visualization dataset datavisualization dataworld microsoft-power-bi powerbi powerbi-custom-visuals powerbi-dashboards powerbi-desktop powerbi-reports powerbi-visuals powerbidashboard powerquery querying user-interface workout-wednesday
Last synced: 01 Dec 2024
https://github.com/manikpandita23/python
arrays data-structures python python3
Last synced: 01 Dec 2024
https://github.com/sohnryang/code-archive-cplusplus
My useful algorithms and data structure implementations... in C++
algorithms c-plus-plus data-structures graph-algorithms math-algorithms segment-tree treap
Last synced: 17 Nov 2024
https://github.com/xorz57/kdtree
KDTree written in Scala
data-structures kd-tree kdtree scala scala-datastructures
Last synced: 01 Dec 2024
https://github.com/iftekheraziz/exam-preparation-imse
Exam Preparation - Information Management and System Enginnering
data-engineering data-structures database-design database-management database-schema information-management information-technology
Last synced: 26 Nov 2024
https://github.com/afonsojramos/feup-aeda
Project made for "Algoritmos e Estruturas de Dados", a subject from the 2nd year, 1st semester.
aeda algorithms algorithms-datastructures data-structures feup feup-aeda
Last synced: 26 Nov 2024
https://github.com/object88/rope
Implementation of the rope data structure in Go
Last synced: 01 Dec 2024
https://github.com/craig-day/linked_map
data-structures elixir ordered-collections ordered-map
Last synced: 20 Dec 2024
https://github.com/aghaffar570/ds_js
Implementation of Data Structures in JavaScript.
Last synced: 26 Nov 2024
https://github.com/gaurav-van/morse_code_generator
Morse Code Generator using MATLAB
binary-tree blindness cell-array data-structures decoding encoding matlab morse-code tree-structure
Last synced: 08 Dec 2024
https://github.com/ribtas007/dsa_cs506
contains all the works that I did while pursuing the DSA_CS506 course.
algorithm c cpp data-structures
Last synced: 24 Nov 2024
https://github.com/bserdar/slicemap
A Go map that uses slice of values as key
data-structures go golang map slice
Last synced: 26 Nov 2024
https://github.com/asfak00/play-visual-queue-and-stack
Here you can practice Stack and Queue like a game. You can do this by selecting separately. You can add and delete elements by manual input.
data-structures queue stack visualization
Last synced: 09 Jan 2025
https://github.com/applicativesystem/python-datastructure-algorithms
my approach of solving the leetcode, interviewcode and other questions
Last synced: 10 Jan 2025
https://github.com/walshyb/datastructures-and-algorithms
My notes on common algorithms and data structures
algorithms algorithms-and-data-structures arrays data-structures datastructures graphs hashmaps latex
Last synced: 26 Nov 2024
https://github.com/gatarelib/random-programs
Random Programs from my Computer Science Course 2017-2021
c cpp data-structures executable golang java-8 object-oriented-programming python3
Last synced: 26 Nov 2024
https://github.com/luisfernandovillalon/front-end-pokemon-photo-tag
A front-end for a 'Where's Waldo?' type game with Pokemon. Created with CSS, React.js, and API calls.
api css data-structures fetch html javascript photo-tagging reactjs routes
Last synced: 17 Nov 2024
https://github.com/vijayksingh/practice-datastructure
A collection of common data structure exercises accompanied with test cases for self study.
algorithms algorithms-and-data-structures data-structures datastructures-algorithms interview javascript practice
Last synced: 24 Nov 2024
https://github.com/stretchydawg/si_sessions_124
Repo for my SI stuff for GCIS-124
algorithms data-structures gcis-124 java javafx junit problem-solving
Last synced: 17 Nov 2024
https://github.com/lccodder/linkedlist-ts
Default linked list implementation written on TypeScript
data-structures linked-list typescript
Last synced: 26 Nov 2024
https://github.com/rubaiyadnoorshahriar1999/codeforces
Basic Level problems solved with C# 10 .NET 6
algorithms csharp csharp-core data-structures div1 div2 dotnet string-manipulation string-matching
Last synced: 02 Dec 2024
https://github.com/capjamesg/piece-table
An implementation of the piece table data structure in Python.
Last synced: 15 Dec 2024
https://github.com/julianp911/proyecto_2_202010_sec_4_team_5
📚 Proyecto 2 - Estructura de Datos
data-structures generic geojson java java8
Last synced: 08 Dec 2024
https://github.com/ascendho/the-ultimate-data-structures-algorithms
data-structures in java and cpp
Last synced: 10 Jan 2025
https://github.com/imoneo/data_structures_and_computional_complexity
Research on computational complexity of algorithms and data structures
avl-tree cpp data-structures mst-tree research-project shortest-path sorting-algorithms
Last synced: 17 Nov 2024
https://github.com/cyboranf/c-asm-homeworks
assembly c-language data-structures
Last synced: 27 Nov 2024
https://github.com/loki0b/c-algorithms-datastructure
Implementations of algorithms and data structures in the C language.
algorithms algorithms-and-data-structures c college computer-science data-structures university
Last synced: 02 Dec 2024
https://github.com/lesiaukr/goit-algo-fp
Master's | Basic Algorithms & Data structures | Final Project
algorithms breadth-first-search-algorithm data-structures deapth-first-search goit-algo-fp monte-carlo
Last synced: 02 Dec 2024
https://github.com/bytelu/text-generator
Random text generation based on a preprocess of data with markov method based on a corpus data structure.
data-structures natural-language-processing random-generation
Last synced: 20 Nov 2024
https://github.com/jiaqiluo/summer-activity-library
A practice for hash table(with chaining)
cpp data-structures hash-table
Last synced: 27 Nov 2024
https://github.com/jfrimmel/talks-and-sources
This repository contains a list of talks and papers, that I find insightful and worth sharing
c concurrency conference conference-talk cplusplus cpp data-oriented data-structures list optimization papers rust security simd software-arch software-design talk talks video videos
Last synced: 02 Dec 2024
https://gitlab.com/dawn_app/grapes
Persistent graph data structures
data-structures graph immutable persistent rust rust-lang tree
Last synced: 02 Dec 2024
https://github.com/dev0x13/hbst
A C++ implementation of Hidden Binary Search Tree
Last synced: 27 Nov 2024
https://github.com/woosungkim0123/data-structures-deep-dive
Repository for Data Structures Learning
Last synced: 15 Jan 2025