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.

https://github.com/mistermboy/ed

Data Structures Uniovi 2016/2017 && 2017/2018

avl-tree bstree data-structures dijkstra floyd graph hash-table heap uniovi

Last synced: 04 Mar 2025

https://github.com/nouman6093/python_dsa_and_leetcode

in this repository i will upload everything i have learned about data structures and algorithms in python. Also i will upload all the LeetCode Exercises which i would solve using python.

algorithms algorithms-and-data-structures algorithms-datastructures data-structures data-structures-algorithms data-structures-and-algorithms data-structures-interview-questions data-structures-python dsa dsa-algorithm python python3

Last synced: 04 Mar 2025

https://github.com/jwykocki/1-month-preparation-kit---hackerrank

Solutions for the problems from Interview Preparation Kits - 1 Month Preparation Kit

algorithms data-structures problem-solving

Last synced: 04 Jul 2025

https://github.com/nikhilvdev/swift-algorithms

The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon in order to get the expected results.

algorithms data-structures swift

Last synced: 24 Dec 2025

https://github.com/suman105/leetcode-top-interview-150

Optimized C++ solutions for LeetCode Top Interview 150, featuring detailed explanations and complexity analysis—ideal for interviews, coding assessments, and competitive programming. 🚀

cplusplus data-structures

Last synced: 04 Mar 2025

https://github.com/oniani/bizarre-structures

Implementations of various data structures you might or might not have seen before

bizarre data-structures python3

Last synced: 04 Mar 2025

https://github.com/ososuna/matchmaking-lol

🕹️ Matchmaking algorithm for solo queue rankeds in League of Legends

data-structures league-of-legends machine-learning python

Last synced: 23 Feb 2025

https://github.com/ososuna/coding-interview

Coding afternoons for cracking the coding interview

algorithms coding-interviews cpp data-structures

Last synced: 23 Feb 2025

https://github.com/momen-alshouha/data-structures-array-stack-queue

This repo contains a C++ template classes for array , queue and stack , designed with OOP principles. It features various operations for those data-structues and more..

arrays data-structures object-oriented-programming oop-principles queue stack

Last synced: 21 Jul 2025

https://github.com/jofaval/advent-of-code

Advent of Code, created by Eric Wastl - Software Engineering version of the Advent Calendar

advent-of-code algorithms data-structures go golang pnpm problem-solving python software-engineering typescript

Last synced: 15 Oct 2025

https://github.com/jonesashbur/datastructuresandalgorithms-golang

Data structures and algorithms, implemented in go language

algorithms data-structures golang

Last synced: 04 Mar 2025

https://github.com/leomosley/ds.mosly.dev

An interactive website for learning data structures.

data-structures nextjs typescript

Last synced: 04 Mar 2025

https://github.com/ereh11/ramadan-problem-solving-challenge

Ramadan Problem Solving Challenge is a 30-day coding challenge where participants solve a new problem daily throughout Ramadan

algorithms data-structures problem-solving

Last synced: 13 Sep 2025

https://github.com/victorowinoke/data-science-challenge--dap-eldohub

This is my solution for the EldoHub DAP data science challenge

challenges-solved data-science data-structures interview-questions python

Last synced: 31 Dec 2025

https://github.com/tenal/canine-calculator

A quiz application that generates your ideal dog breed! Breeds are chosen based on your current lifestyle and desired canine traits. All breed information is located in a data structure built by Tenal in 'sciript.js'. This was my first jQuery project, refactored to vanilla JS a couple months later.

data-structures html5 javascript sass sass-mixins vanilla-javascript

Last synced: 26 Jun 2025

https://github.com/ahmad-ali-rafique/pandas-mastry-notebook

Pandas Mastry Notebook is a repository dedicated to exploring the capabilities of the pandas library for data manipulation, analysis, and visualization in Python. Dive into a variety of data operations, analytical techniques, and visualization methods to uncover insights from your datasets.

data-structures dataanalytics datase pandas pandas-library python

Last synced: 31 Dec 2025

https://github.com/bp7968h/java_dsa

Data structures and algorithms in Java.

algorithms data-structures java

Last synced: 13 Jun 2025

https://github.com/rithinch/googletechdevguide-programming-solutions

:nerd_face: Solutions to Google Tech Dev Guide Problems - Foundation Path.

algorithms csharp data-structures foundation-path google-tech-dev-guide

Last synced: 21 Mar 2025

https://github.com/chiragaug6/data-structure

Here is the Data Structure With Java

data-structures java problem-solving

Last synced: 04 Mar 2025

https://github.com/sheel-ui/leetcode

Here I will be adding my solutions to some I the problems I solved on LeetCode.

breadth-first-search data-structures depth-first-search dynamic-programming graphs greedy-algorithms hashmap java python trees two-pointers

Last synced: 04 Mar 2025

https://github.com/neutronixy/stacksofwax

Home to the codebase of a dynamic music streaming social network that connects users through their love of music. Here, you'll find everything that powers our community's ability to explore, share, and discuss their favorite tunes and podcasts.

back-end back-end-development data-structures database front-end front-end-development full-stack fullstack-development music music-database music-player music-server music-service server-side soundcloud spotify website

Last synced: 28 Oct 2025

https://github.com/renatoathaydes/pathtrie

A Trie implementation specifically designed for paths

data-structures java routing trie

Last synced: 04 Apr 2025

https://github.com/brocooked/c-algorithms-practical-work-2025

Practical work repository for the Algorithms and Data Structures course (C language) at the National University of La Matanza (@unlam).

2025 c codeblocks continuous-integration data-structures gcc-complier mit-license practical-work university-assignment unlam

Last synced: 21 Mar 2025

https://github.com/kanavgoyal898/cubecrafter

CubeCrafter is a Python-based Rubik's Cube simulation and solving engine that implements advanced algorithms to efficiently solve Rubik's Cubes of different dimensions. This library provides a comprehensive solution for creating, manipulating, and solving Rubik's Cubes using state-of-the-art search algorithms and heuristics.

algorithms combinations data-structures flask game-theory graph-theory mathematics permutations python rubiks-cube scratch-implementation

Last synced: 22 Jul 2025

https://github.com/ashtishad/epi-go

Elements of Coding Interview Problem Patterns in Go/Golang

algorithms-and-data-structures data-structures go golang

Last synced: 04 Apr 2025

https://github.com/maximfersko/matrix-library

Implementation of the data type library matrix and operations on the type.

algorithms c data-structures matrix matrix-library

Last synced: 26 Jun 2025

https://github.com/soloeinsteinmit/ds-algo-deck-v010

Data Structure and Algorithm Visualizer is an interactive web application designed to help students, developers, and educators learn data structures and algorithms in an engaging way. This tool allows users to explore and manipulate various data structures and algorithms with visual representations.

ai algorithms algorithms-and-data-structures data-structures dsa-visualizer framer-motion heroui nodejs react react-router redux redux-persist redux-toolkit tailwindcss

Last synced: 24 Feb 2025

https://github.com/awskhahaha/a

"a" is a versatile letter in the English alphabet, serving as both a vowel and a consonant in various words and contexts. Its shape is a simple, single curve that is commonly used in writing and typography.

acme ai data-structures git gpt jms lidar openai pure react release sam slam text

Last synced: 24 Feb 2025

https://github.com/sahilmemon7/data_structures_algorithms

Main data structures and algorithms in Java along with their time and space complexities.

algorithms data-structures java

Last synced: 13 Sep 2025

https://github.com/toxicmango64/push_swap

Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.

algorithms c data-structures programming sorting-algorithms

Last synced: 13 Mar 2025

https://github.com/bibhestee/binary_trees

0x1D. C - Binary trees

algorithm binary-trees c data-structures

Last synced: 06 Apr 2025

https://github.com/abhaymishra24/data-structure-learning

Different kinds of solutions for a Data Structure method queries practice project file. Using python and java programming language .

algorithms data-structures java python

Last synced: 14 Apr 2025

https://github.com/wajktor13/ads-lab

solutions to algorithmic tasks from Algorithms And Data Structures course at AGH University

agh agh-university agh-wi agh-wiet algorithms algorithms-and-data-structures data-structures

Last synced: 13 Mar 2025

https://github.com/edssaac/grokking-algorithms

Algoritmos desenvolvidos em C para o estudo do livro "Entendendo Algoritmos: Um guia ilustrado para programadores e outros curiosos" do autor Aditya Y. Bhargava.

algorithms c-language data-structures grokking-algorithms

Last synced: 24 Dec 2025

https://github.com/almoghindi/boxes-project

Project based on data structures to offer the most appropriate box for a customer using avl tree, inside an avl tree for maximum complexity and memory utilization.

avl-tree binary-search-tree complexity csharp data-structures dotnet oop

Last synced: 06 Apr 2025

https://github.com/pashamakhilkumarreddy/data-structures-and-algorithms

Coursera Data Structures and Algorithms Specialization

data-structures python3 rust

Last synced: 27 Aug 2025

https://github.com/munagekar/algorist

A software engineer without algorithms is like a fish without water.

algorithms data-structures python3

Last synced: 23 Feb 2025

https://github.com/matthewt53/data-structures-and-algorithms

Implementations of all the data structures and algorithms I learnt in COMP1927

c data-structures searching-algorithms sorting-algorithms

Last synced: 21 Mar 2025

https://github.com/josugoar/jlib

GLib inspired generic data structures C library for personal use

c data-structures

Last synced: 01 Aug 2025

https://github.com/hasanyahya101/ds_lab_solutions

Solutions to Data Structures lab questions from Fall 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.

data-structures ds fast lhr nuces programming

Last synced: 19 Jun 2025

https://github.com/youssefali11997/problem-solving-in-ds-and-algo-book-solutions

My Solutions to "Problem Solving in Data Structures and Algorithms Using Java" Book.

algorithms data-structures java problem-solving

Last synced: 22 Feb 2025

https://github.com/jolomitee/data-structures-and-algorithms

This repo contains codes on basic data structure and algorithms in Javascript, culled from FreeCodeCamp Youtube video demonstrated by tutor: Beau Carnes

algorithms data-structures dsa-practice freecodecamp

Last synced: 04 Apr 2025

https://github.com/fdero/lasd

a data-structures library in C++

algorithms data-structures linked-list tree tree-structure

Last synced: 04 Mar 2025

https://github.com/lmithilesh-26/interview-bit-solutions

This Repository contains Topic wise Solutions to various problems on Interview_Bit Practice section in C++.

algorithms cpp20 data-structures interview-bit practice-programming solutions

Last synced: 17 Mar 2025

https://github.com/rubenwihler/c-dynamic-array

Une simple implémentation d'un tableau dynamique générique en C. Les éléments du tableau sont stockés dans un espace mémoire contigu. La taille des éléments est spécifiée lors de la création du tableau.

c data-structures dynamic-array generic

Last synced: 13 Sep 2025

https://github.com/torao/banded-hash-tree

bht: Reference implementation of Banded Hash Tree, an immutable and appendable hash tree (Merkle tree).

blockchain data-structures database hash merkle-tree merkletree

Last synced: 13 Mar 2025

https://github.com/ancs21/cs

My journey to Master of Science in Computer Science (C/C++, Python, Javascript)

alogrithms c computer-science data-structures python

Last synced: 26 Jun 2025

https://github.com/thomas-chqt/utilscpp

C++ Utility library

cpp data-structures utility

Last synced: 24 Feb 2025

https://github.com/thomas-chqt/libft

C library containing common utility functions

42 algorithms data-structures library utility

Last synced: 24 Feb 2025

https://github.com/parasgarg/leetcode-coding-practice

LeetCode's practice solutions for the problems based on Algorithms and Data Structures.

algorithms data-structures java leetcode practice-programming problem-solving programming-challenges

Last synced: 29 Mar 2025

https://github.com/thomasalbertodev/javascript_freecodecamp

Learn JavaScript Algorithms and Data Structures Freecodecamp

algorithms data-structures javascript

Last synced: 04 Mar 2025

https://github.com/lupcode/node-lup-expires

Offers different data structures that allow temporary storing of objects

data-structures expire npm-package

Last synced: 04 Mar 2025

https://github.com/alexlatam/data-structures-algorithms

Data structures in differents languages. PHP, JavaScript, Python, Ruby, Java, etc.

data-structures java php python

Last synced: 01 Jan 2026

https://github.com/dmdv/go-algo

Data structures in Golang. Leetcode, Hackerrank

algorithms challenges data-structures datastructures hackerrank leetcode

Last synced: 06 Apr 2025

https://github.com/sharonina/algoritmosavanzados

Ejercicios de Algoritmos Avanzados y Estructuras de Datos (platzi)

algorithms algorithms-and-data-structures data-structures javascript

Last synced: 27 Mar 2025

https://github.com/hridxyz/data-structures-and-algorithms

DSA Mastery Journey: A repository tracking my learning curve in Data Structures and Algorithms from Apna College, encompassing comprehensive Java code exercises, problem-solving, and conceptual notes.

data-structures java-8

Last synced: 04 Mar 2025

https://github.com/youseftareq33/java_datastructuer_3_tawjihirecord-sll_cdll_avl-

This project focuses on Tawjihi students in the West Bank and Gaza, and involves working with data using (Single LinkedList, Circular Double Linkedlist, AVL Tree).

data-structures java javafx

Last synced: 14 Apr 2025

https://github.com/ryanlemes/graph-data-structure

Graph data structure implemented in Golang using clean architecture.

clean-architecture clean-code data-structures go golang graph

Last synced: 12 Jan 2026

https://github.com/iamjuniorb/data_structures_and_algorithms

I'm working on Data Structures and Algorithms I C949 class in school and decided to write up all of these searching algorithms, sorting algorithms, strutures, and so on to get a better understanding. These can be used with large datasets to test their space and time complexities.

data data-analysis data-science data-structures datastructures datastructures-algorithms datastructuresandalgorithm math mathematics programming python python-app python-library python3

Last synced: 02 Dec 2025

https://github.com/warborn/algorithms

Implementation of some of the data structures & algorithms i've found in books and courses

algorithms computer-science data-structures interview-preparation ruby

Last synced: 04 Mar 2025

https://github.com/bragdond/universal-double-linked-list-c

Universal data structure double linked list implementation in C

c data-structures double-linked-list void

Last synced: 21 Mar 2025

https://github.com/bragdond/dynamic-array-c

short library to handle c dynamic array

array c data-structures dynamic-array

Last synced: 21 Mar 2025

https://github.com/samukiszhsd/alteryx-analytics

Você está trabalhando com dados de transações bancárias do Itaú e precisa fazer algumas análises para ajudar o time de auditoria a detectar padrões incomuns e possíveis transações suspeitas.

alteryx data-analysis data-structures data-visualization etl workflow

Last synced: 18 Feb 2026

https://github.com/luigisalcedo/queue-on-linkedlist

Queues and Priority Queues based with LinkedLists structures on Java.

colas colas-prioridad data-structures estructuras-de-datos linked-list listas-enlazadas priority-queue queue

Last synced: 28 Dec 2025

https://github.com/sdthaker/javascript-dsa-mini-projects

freeCodeCamp Javascript Algorithms & Data Structures certification course code.

algorithms data-structures es6 freecodecamp javascript

Last synced: 14 Jun 2025

https://github.com/emanuelefavero/react-autocomplete

This is a simple React Autocomplete component that uses a Trie data structure to store the list of words

autocomplete data-structures react trie vite

Last synced: 29 Mar 2025

https://github.com/ascentis/infrastructure

General low level infrastructure modules for .NET projects

concurrency-patterns data-structures memorycache threading

Last synced: 31 Oct 2025

https://github.com/diohabara/monkey

Code for coding interviews

algorithms coding-interviews data-structures

Last synced: 31 Oct 2025

https://github.com/sr2ds/rust-data-structures-and-algorithms

Training Rust - Manual implementations of data structures and classic algorithms

algorithms data-structures rust rust-language rust-learning

Last synced: 24 Feb 2025

https://github.com/informatter/lookup

A custom hashtable implementation in python

data-structures hashtable python3

Last synced: 22 Mar 2025

https://github.com/timolinn/algorithms

Popular Computer Science Algorithms solved with Python

algorithms data-structures python3

Last synced: 22 Mar 2025