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/kenych/fraud-detector

The application is fed with authentication log record which contains IP address, datetime, authentication result(OK or FAIL) and username. The sole reason of this application is to practice and demonstrate in-memory cache, concurrency features and how to test concurrent application in java.

concurrency data-structures in-memory-caching java java8

Last synced: 21 Nov 2025

https://github.com/50-course/alx-higher_level_programming

:computer: This repository contains exercise files, assignments and submissions :nerd_face:, for the ALX/Holberton School SE program.

50-course alx alx-curriculum bash c data-structures holbertonschool python scripting test-driven-development

Last synced: 19 Sep 2025

https://github.com/flp2113/baselib

Creating my own C codebase, implementing useful functions to save time while coding large projects.

algorithms c data-structures

Last synced: 15 Mar 2025

https://github.com/rurangiza/dojo

Learning data structures and algorithms

algorithms data-structures

Last synced: 18 Mar 2025

https://github.com/pietrapaz/ed_dados

Arquivos da disciplina de Estrutura de Dados ✅

data-structures estrutura-de-dados

Last synced: 09 Apr 2025

https://github.com/ashottadevosyan/cpp-learning-hub

This repository contains C++ tutorials on different topics. From implementing my own data structures, such as vector, linked list to other algorithms.

algorithms cpp data-structures

Last synced: 08 Apr 2025

https://github.com/artarts36/gds

Data Structures for Golang

data-structures go

Last synced: 22 Mar 2025

https://github.com/jyun-neng/data_structure

Data structure practice using c++

data-structures

Last synced: 12 Apr 2025

https://github.com/ferstormblessed/datastructures-algorithms

Basic data structures and algorithms with c++

algorithms-and-data-structures cpp data-structures

Last synced: 05 Mar 2025

https://github.com/rurangiza/philosopher

This project is about solving the "dinning philosopher" problem in a multi-threading progam

algorithms data-structures inter-process-communication multithreading operating-system

Last synced: 10 Sep 2025

https://github.com/exbotanical/lib.cartilage

classical implementations of list and ring data structures for the C programming language

data-structures dynamically-linked-library linked-list shared-object

Last synced: 05 Jan 2026

https://github.com/alexzgut/data_structures_and_algorithms

This repository is dedicated to my journey in mastering data structures and algorithms. The goal is to strengthen my problem-solving skills, gain a deeper understanding of different data structures, and prepare for coding interviews.

algorithms arrays data-structures data-structures-and-algorithms java linked-list priority-queue queues stacks

Last synced: 16 Mar 2025

https://github.com/iamsumit/go-dsa

This repository is to try out data structure and algorithm.

algorithms data-structures dsa-practice golang

Last synced: 21 Nov 2025

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

Data-structure is not for interviews but to develop scalable software using those.

algorithm computer-engineering computer-science data-structures

Last synced: 24 Jan 2026

https://github.com/mosheberman/spiked-punchcards

This is one of six homework assignments for my Data Structures class using C++ at Brooklyn College.

brooklyn c-plus-plus college cuny data-structures homework-assignments

Last synced: 28 Dec 2025

https://github.com/eliasdeallmeida/estd-ifce

Repositório com a resolução das atividades propostas na disciplina de Estrutura de Dados do IFCE.

binary-tree data-structures doubly-linked-list linked-list python queue recursion stack

Last synced: 14 Mar 2025

https://github.com/kashirin-alex/thither.direct-onamove

an android skeleton-example application for using data from Thither.Direct platform on mobile applications

android-application data data-analysis data-structures data-visualization mobile-development mobility query research-data-management

Last synced: 06 Apr 2025

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

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

aggregation data-structures linked-list object-oriented-programming queue stack

Last synced: 21 Nov 2025

https://github.com/akashjitu18/dsa-programs

This repository contains implementations of various data structures and algorithms, including Arrays, Linked Lists, Stacks, Queues, Trees, Graphs

algorithms data-structures dsa-algorithm practice-programming

Last synced: 24 Mar 2025

https://github.com/zinaaan/algorithms-and-datastructures

Typical algorithms and data stuctures with java

algorithms data-structures java

Last synced: 27 Feb 2025

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

Data structures and algorithms i have learnt and implemented with explanations

algorithms-and-data-structures data-structures

Last synced: 07 Aug 2025

https://github.com/mthszr/IF672

Implementação das Estruturas de Dados e resoluções das Listas de Exercicios

algorithms algorithms-and-data-structures data-structures

Last synced: 03 Oct 2025

https://github.com/bienvenuushindi/dsa

Implement a list of datastructures, Searching and Sorting Algorithms

algorithms data-structures searching-algorithms sorting-algorithms typescript

Last synced: 28 Mar 2025

https://github.com/jen2004/mail-delivery-system

A routing and package delivery simulation system designed for a parcel service. A CLI Python application that utilizes a hash table and the Nearest Neighbor algorithm.

algorithms-and-data-structures cli cli-app data-structures hashmap hashtable pycharm python

Last synced: 27 Jun 2025

https://github.com/kavindu-mane/algorithms_implementation

Algorithms implementation using python.

algorithm algorithms data-structures

Last synced: 06 Apr 2025

https://github.com/leonelbustamante/trabajo-practico-final-edat

Trabajo final de la materia Estructura de Datos 2022

data-structures estructuras-de-datos university

Last synced: 30 Jul 2025

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

Different data structures and algorithms. Different languages. 0% libraries. 100% fun.

algorithms computer-science data-structures data-structures-and-algorithms leetcode

Last synced: 15 Mar 2025

https://github.com/leecason/datastrcutures-and-algorithms

javascript的数据结构与算法

algorithms data-structures javascript

Last synced: 14 Oct 2025

https://github.com/skudriashev/data-structures

Python Data Structures implementation examples

data-structures python

Last synced: 24 Mar 2025

https://github.com/riteek712/java-dsa

This repository contains solutions to various Data Structures and Algorithms (DSA) questions in Java. It includes curated problems from the Blind 75 list, sorting algorithms, graph problems, tree problems, and basic interview live coding questions.

algorithms algorithms-and-data-structures data-structures java

Last synced: 24 Mar 2025

https://github.com/jeffa5/btreelist

A list with efficient insert and remove in the middle

data-structures rust

Last synced: 10 Feb 2026

https://github.com/bam-j/algorithm-study

블로그 알고리즘 정리 포스트 코드 수록 + 코딩 테스트 코드 수록

algorithm data-structures javascript

Last synced: 31 Mar 2025

https://github.com/junh0328/prepare_algorithm

📚 파이썬을 통해 자료구조와 알고리즘 공부하기

algorithms data-structures python

Last synced: 22 Mar 2025

https://github.com/brockwade633/algo-helper

Algo Helper is a project that provides visualizations and animations of common algorithms. Born out of a scarcity of algorithm visualization tools, it functions as an interactive web app with custom data inputs, a debugger, and brief written explanations

algorithms computer-science data-structures react typescipt webapp

Last synced: 31 Mar 2025

https://github.com/acskii/java-spell-checker

Made in accordance to the requirements specified in my Data Structures 1 course @ALEXU

data-structures java trees

Last synced: 26 Jun 2025

https://github.com/thewasif/algorithms-typescript

Learning Data Structures & Algorithms with JavaScript

algorithms data-structures javascript

Last synced: 22 Mar 2025

https://github.com/victorhmp/mac323

Programming assignments and class notes

algorithms data-structures java

Last synced: 08 Apr 2025

https://github.com/mattmazzola/uv-test

Collection of Programming Problems from various sources implemented and solved in python (using uv for package management) Source: LeetCode, NeetCode, Exponent, HelloInterview, Meta Career Prep, Algo Monster, etc

algorithms data-structures python uv

Last synced: 03 Sep 2025

https://github.com/egrizq/golang-data-structure

Data Structure with Golang

data-structures golang leetcode

Last synced: 02 Nov 2025

https://github.com/0xsirsaif/problem-solving

Solutions of various coding/algorithmic problems solved in multiple languages and from various sources such as books, Coding Challenge Websites..etc

acm-icpc algorithms data-structures problem-solving

Last synced: 31 Mar 2025

https://github.com/jaskaransinghbhalla/iitd-col106

Data Structures & Algorithms course at IIT Delhi | Assignments

algorithms data-structures

Last synced: 28 Jun 2025

https://github.com/dpetrosy/saed_graph_project

In this repository, I store my course project about graph theory, which I've done during my university education.

algorithms console-application course-work cpp cpp11 data-structures graph graph-algorithms graph-theory graph-visualization problem-solving spanning-tree tree university-project

Last synced: 24 Mar 2025

https://github.com/cassxw/leetcode-practice

My daily Leetcode practice repository, featuring solved problems, categorised solutions, and a structured roadmap for mastering data structures and algorithms.

algorithms coding-challenges competitive-programming data-structures dsa java leetcode leetcode-java leetcode-python leetcode-solutions problem-solving python

Last synced: 08 Apr 2025

https://github.com/harrytran998/dart-basic-alogorithms-data-structure

Basic Data Structures and Algorithms with Dart language

alogrithms dart data-structures flutter testing

Last synced: 15 Mar 2025

https://github.com/windjammer6/12.-data-structures-and-algorithms-learning-and-practice-python

My learning journey of Data Structures and Algorithms in Python

algorithms data-structures python

Last synced: 24 Mar 2025

https://github.com/mondalbidisha/javascript-data-structures

A project that just contains a javascript implementation of the most common data structures and its algorithms.

binary-search-tree binary-tree data-structures javascript

Last synced: 24 Mar 2025

https://github.com/tmzane/leetcode

✍️ My LeetCode solutions written in Go

algorithms data-structures go leetcode

Last synced: 20 Apr 2025

https://github.com/petru-braha/VD-library

Visualisation of possible operations on data structures

data-structures object-oriented-programming opengl

Last synced: 05 Sep 2025

https://github.com/muthhukumar/ds-algo

Implementation of Data structures and Algorithms in Rust, Zig, Go and Typescript

algorithms data-structures golang leetcode-solutions rust typescript zig

Last synced: 23 Mar 2025

https://github.com/marlaugustin/spring2024-datastructure

This is a repository containing the different labs and projects that I had to do for my Data structure and algorithms class for my spring semester

data-structures python

Last synced: 24 Mar 2025

https://github.com/codenitros/dsa

The repository contains solutions to standard DSA problems

algorithms cplusplus data-structures dsa-algorithm

Last synced: 02 Jul 2025

https://github.com/ibrahimhiarea/acm

The Algorithms & Data Structures Repository is a comprehensive collection of fundamental algorithms, data structures, and computational techniques. This repository provides a valuable resource for studying and implementing essential concepts in software development.

algorithms data-structures icpc problem-solving

Last synced: 26 Jan 2026

https://github.com/at1as/hash_array_utils

Supercharge Ruby's Array and Hash classes

array data-structures hash monkey-patch ruby

Last synced: 22 Nov 2025

https://github.com/mhamdyx/supermarket_management_system

Three different implementations of the same system: Dynamic Array, Linked-List, and Abstract Data Type

abstract-data-types c-programming data-structures dynamic-arrays linked-lists

Last synced: 29 Mar 2025

https://github.com/dudubraga/estruturas-de-dados

Cadeiras - Programação Estruturada + Estruturas de Dados I e II

algorithms c data-structures java university-course

Last synced: 08 Apr 2025

https://github.com/bmf-san/go-radix-tree

Implementation of Radix Tree assuming use in HTTP Router.

algorithms compressed-tree data-structures go http-router patricia-tree radix-tree trie

Last synced: 24 Mar 2025

https://github.com/abhishekbagdiya01/a-to-z-dsa-in-java

This repository contains my solutions to a variety of data structure and algorithm problems in Java. I am learning DSA and I am using this repository to track my progress and share my solutions with others.

algorithms data-structures datastructures-algorithms dsa dsa-java interview-preparation java java-dsa java-dsa-learning oops oops-in-java

Last synced: 04 Mar 2026

https://github.com/amir-hshahi/leet-codes

Adding: LeetCode problems solution

algorithms data-structures

Last synced: 20 Aug 2025

https://github.com/tmzane/libds

🧱 Data structures implemented in C

c data-structures hashmap

Last synced: 04 Jul 2025

https://github.com/lithika-damnod/algorithms

C++ Algorithms & Data Structures

algorithms cpp data-structures graph

Last synced: 24 Mar 2025

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: 24 Mar 2025

https://github.com/studyresearchprojects/dsa-in-cpp

Data Structures and Algorithms with C++

algorithms cpp data-structures

Last synced: 23 Nov 2025

https://github.com/sebastianofazzino/ibm-data-science-professional-certificate

In this repository I've stored exercises and projects I've been working on while attending IBM Data Science Professional Certificate, using Python and its libraries.

data-analysis data-mining data-science data-structures data-visualization database machine-learning matplotlib numpy pandas python regression seaborn sql

Last synced: 23 Nov 2025

https://github.com/jqln-vc/cadernos-estudos

Cadernos e notas de estudos, temas variados.

data-science data-structures

Last synced: 14 Mar 2025

https://github.com/alex-cultrera/custom-implementation-of-arraylist-v2

applied Test Driven Development to refactor my own implementation of the ArrayList data structure as well as add new functionality

algorithms arraylist arrays data-structures interfaces java junit lists tdd test-driven-development

Last synced: 31 Aug 2025

https://github.com/ahmedhosssam/dynamo-tree

Data structures project for college (AVL tree).

avl-tree cpp cpprestsdk data-structures javascript react

Last synced: 08 Apr 2025

https://github.com/azevedo-erick/a1-ds

Primeira avaliação da disciplina de estruturas de dados ministrada pelo professor Silvano Malfatti, foi implementado um jogo de blackjack.

blackjack data-structures java

Last synced: 12 Apr 2025

https://github.com/vishal-raj-1/july-leetcoding-challenge

This repository contains solutions of leetcode july challenge.

algorithms cpp data-structures data-structures-and-algorithms leetcode-july-challenge

Last synced: 29 Nov 2025

https://github.com/kelcisayshello/algorithms

collection of data structures and algorithms problem solutions in Python

algorithms data-structures data-structures-and-algorithms python

Last synced: 20 Mar 2025

https://github.com/almayor/data_structures

Polymorphic data structures and associated algorithms in C. Probably don't use.

21school 42school c data-structures polymorphism

Last synced: 18 Jun 2025

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

A repository of algorithms and data structures for my own self education.

algorithms algorithms-and-data-structures data-structures scala

Last synced: 14 Jun 2025

https://github.com/vextroyer/heap

Heap data structure implementation on several languages

data-structures heap

Last synced: 12 Jun 2025

https://github.com/avidlearnerinprogress/algorithmsonstrings-ucsd

Coursework solutions to UCSD DSA Specialization

algorithms cpp11 data-structures python3

Last synced: 29 Nov 2025