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/daviskregers/data-structures-and-algorithms

Data structures and algorithms recap.

algorithms data-structures java

Last synced: 28 Dec 2025

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

This repository is dedicated to creating fundamental visual representations of various non-primitive data structures using Python. Each data structure will be visually depicted, accompanied by a link to a corresponding Medium article. These articles will provide an in-depth exploration of the major operations of each structure.

articles data-structures matplotlib numpy-library python

Last synced: 28 Dec 2025

https://github.com/avanishd-3/data-structures

Implementations of various data structures

cplusplus data-structures zig

Last synced: 24 Mar 2025

https://github.com/nkcoder/leetcode-python

My LeetCode data structure and algorithm practice in Python.

algorithms data-structures leetcode python3

Last synced: 01 Mar 2025

https://github.com/dalvarez2596/codility-lessons

This repository contains solutions to various coding problems from Codility, a platform that offers a wide range of algorithmic challenges aimed at improving coding skills and preparing for technical interviews.

algorithms big-o-notation codility codility-challenges codility-exercises codility-lessons codility-solutions codility-training data-structures ruby

Last synced: 10 Jan 2026

https://github.com/karrick/gotrie

Go library that implements a Trie data structure.

data-structures golang golang-library

Last synced: 06 Jul 2025

https://github.com/momen-alshouha/data-structure-singly-linked-list

This repository contains C++ implementation of a singly linked list using object-oriented programming principles. It includes classes for nodes, iterators, and the linked list itself, providing essential functionalities such as insertion, deletion, traversal, and more.

cpp crud-operation data-structures linked-list oop-principles singly-linked-list

Last synced: 27 Feb 2025

https://github.com/yathishbl60/algo

Data structures and algorithms

algorithms data-structures swift

Last synced: 16 Mar 2025

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

自学数据结构

data-structures

Last synced: 21 Feb 2025

https://github.com/chrkspln/binary-tree

binary tree implementation in c++

binary-tree cpp data-structures

Last synced: 01 Mar 2025

https://github.com/lross2k/practice-in-c89

Simple implementations made in C to practice different concepts

algorithms c c89 data-structures

Last synced: 01 Feb 2026

https://github.com/fayllan111/projeto_jogo_xadrez

Implementação de um jogo de xadrez em Java, abordando conceitos de POO, herança, coleções e desenvolvimento em camadas.

chess-game colections data-structures developer-portfolio hierarchy java oop oops-in-java polimorphism project-patterns

Last synced: 16 Dec 2025

https://github.com/nadvolod/algorithms

Algorithms and data-structures exercises

algorithms data-structures

Last synced: 01 Feb 2026

https://github.com/mekhails/splay-tree

Realization of splay tree data structure on C language.

c data-structures

Last synced: 16 Mar 2025

https://github.com/mroth/orderedmap

:ant: ordered map implementation for Go

data-structures go golang

Last synced: 24 Nov 2025

https://github.com/solarnetwork/nifty-tou

A delightful little data model and set of utilities for working with time-of-use tariff policies.

data-structures es2022 tariffs typescript

Last synced: 26 Mar 2025

https://github.com/programmer-rd-ai/data-structure-implementations

Data-Structure-Implementations (Basic)

algorithms data-structures

Last synced: 01 Mar 2025

https://github.com/akaliutau/python-idioms

Effective Python

data-structures python3

Last synced: 23 Nov 2025

https://github.com/beyondnetperu/js-algorithms

A simple data structures, algorithms samples using JavaScript

algorithms data-structures javascript js

Last synced: 28 Feb 2025

https://github.com/mbrsagor/pylearn

The project basically Python advance level code which there is a lot of topics in python.

algorithms data-structures data-structures-and-algorithms oop python3

Last synced: 14 Jul 2025

https://github.com/yuni3740/ai_for_evolving_anthropomorphicrobots

This repository explores how artificial intelligence drives the evolution of anthropomorphic robots. It includes a slide presentation, a detailed written report, and instructions for setting up the development environment. 🐙🌟

data-structures debugging english-language git github jupyter-notebook markdown microsoft-excel microsoft-office microsoft-powerpoint microsoft-word numpy opencv project-management python restful-apis unity

Last synced: 31 Jul 2025

https://github.com/raphaelcausse/cutils

My implentations of C data structures and utilities.

array c cutils data-structures utils utitlities

Last synced: 31 Aug 2025

https://github.com/andreysolovyev381/circular_buffer_fixed_size

Short exercise on a fixed size circular buffer data structure.

circular-buffer circular-queue cpp cpp20 data-structures

Last synced: 25 Jun 2025

https://github.com/ayhamratrout/stack

This repository contains my implementation of a generic Stack data structure using a generic LinkedList data structure. The Stack has been tested for functionality and the XUnit tests are included in this repository.

backend backend-development collections csharp data-structures generic-collections generic-programming generic-types generics linkedlist oop oop-principles stack xunit xunit-tests

Last synced: 06 Jul 2025

https://github.com/alexandrbig1/goit-sql-hw-05

This repository houses my fifth homework assignment for the SQL module, focusing on nested requests and SQL functions. Explore data manipulation and database structure definitions through practical exercises.

backend computerscience data-structures database mysql mysql-database softwareengineer sql sql-functions webdevelopment

Last synced: 17 Mar 2025

https://github.com/althk/collections

Collections pkg for golang - generics support and thread-safe

algorithms data-structures golang-collections golang-generics golang-package rbtree sets

Last synced: 01 Mar 2025

https://github.com/hafizhhasyhari/struktur-data_kuliah-sarjana

Struktur Data Materi Kuliah S1 Repositori ini berisi implementasi berbagai struktur data menggunakan bahasa pemrograman C dan C++, termasuk algoritma dan konsep dasar struktur data.

cpp-algorithms data-structures struktur-data

Last synced: 06 Sep 2025

https://github.com/mtgsoftworks/math-algorithm

The code generates two lists of 30 random integers each, combines them into a third list, reverses the order, and then sorts the combined list before printing the result.

arraylist console-application data-structures java-8 sorting-algorithms

Last synced: 16 Dec 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/sameem420/data-structures-with-javascript

Data Structures with JavaScript

data-structures javascript js

Last synced: 17 Mar 2025

https://github.com/shan18/algo-wiki

Implementation of various algorithms and data structures

algorithms algorithms-implemented data-structures

Last synced: 06 Sep 2025

https://github.com/lmizner/data_structures_coding_interviews

Coding practice with the most common data structures in Python

data-structures graphs hashing heaps linked-lists lists queues stacks trees tries

Last synced: 02 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/saleh-coder/datastructuresandoperators

Project created to consolidate my knowledge of data structures and algorithms.

algorithms data-structures es6 javascript learning web-development

Last synced: 14 Jun 2025

https://github.com/adogio/tilapia

:tropical_fish: A hackable modularized data-structure and algorithm lib for JavaScript

data-structures js tilalia

Last synced: 01 Mar 2025

https://github.com/lmithilesh-26/cses-problem-set

This Repository contains My Solutions to the CSES Problem-Set.

algorithms cpp20 cses-problem-set-solution data-structures problem-solving

Last synced: 17 Mar 2025

https://github.com/jyuv/segment-tree

A generic python3 implementation of segment tree and dual segment tree data structures. Supporting generic inputs and non-commutative functions.

algorithms data-structures graphs python range-query segment-tree tree tree-structure

Last synced: 14 Jan 2026

https://github.com/nextgengk/dsa-bootcamp

In this repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways.

algorithms data-structures data-structures-and-algorithms dsa dsa-bootcamp java java-dsa striver striver-a2z-sheet striver-a2z-sheet-solutions striversa2zdsa

Last synced: 05 Oct 2025

https://github.com/pot-pourri/array-list

Dynamic array data structure for JavaScript

agpl amortized computer-science data-structures javascript

Last synced: 12 Dec 2025

https://github.com/shahadathhs/leetcode-javascript

JavaScript-only LeetCode questions with solutions, explanations, and concept-based tagging.

algorithms data-structures javascript leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript

Last synced: 28 Oct 2025

https://github.com/youssefashourrr/supermarket-manager

A supermarket management system developed in C++ with Qt5 widgets for the graphical interface, created as our CS213 course project during the first semester of sophomore year.

college-project cplusplus data-structures inventory-management qt5

Last synced: 07 Feb 2026

https://github.com/Akilesh-GA/PythonMazeSolver

a maze represented as a 2D array where 1s are walls and 0s are open paths. The player or algorithm starts at a designated entry point and aims to reach the exit point. You can implement various algorithms to solve the maze, such as Depth-First Search (DFS), Breadth-First Search (BFS), or A

data-structures python

Last synced: 23 Feb 2026

https://github.com/milan-sony/ds_in_c

Data Structure Programs in C

c data-structures

Last synced: 27 Feb 2025

https://github.com/r-zy0/small-hospital-project

project for university hospital small project using GTK and data structure.

c cpp data-structures glade gnome gtk hospital hospital-management-system university-project

Last synced: 06 Sep 2025

https://github.com/parmodkumar28/codingninjas_dsa

Coding Ninjas DSA Questions Solutions

data-structures java

Last synced: 14 Jun 2025

https://github.com/pal-96/multiparty-healthcare-ecosystem-app

A multiparty healthcare ecosystem that unifies sports, health training, nutrition and pharmaceutical enterprises. It enables seamless collaboration between Super Admin, Enterprise Admins, Customers, Trainers, Nutritionists and Suppliers through real time information exchange, role-based access control and data analytics dashboards.

arraylist-java bcrypt-hashing-library csv csv-parser data-structures enum hashmap-java java jcalendar jfreechart-library netbeans object-oriented-programming rbac-configuration swing-api swing-application

Last synced: 23 Nov 2025

https://github.com/fahimsifnatul/godatastructures

A ready to use collection of data structures written in GO for you

data-structures go-data-structures go-queue go-set go-stack queue set stack

Last synced: 14 Jan 2026

https://github.com/maipa01/mstd

mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.

bsd-3-clause cpp cpp-library cpp20 cross-platform data-structures function-type-traits header-only macros macros-cpp open-source ordered-map ordered-set overflow-detection standard-library-extension string-utilities terminal-utilities utility-library

Last synced: 01 Apr 2026

https://github.com/chandantech2023/strivers_a2z_dsa_course-sheet

A DSA course that helps you to understand all DSA Concepts topic wise with practical implementation from A to Z in a well-organized and structured manner.🤩

array data-structures dynamic-programming graphs heaps linked-list programming-fundamentals queue searching-algorithms sorting-algorithms stacks string tree two-pointers

Last synced: 06 Oct 2025

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

This repository contains implementations of common algorithms and Leetcode problems in C++.

algorithms cpp data-structures leetcode

Last synced: 06 Oct 2025

https://github.com/asmtamim/data-structure-algorithm

Data structures and Algorithms.

algorithm csharp data-structures python

Last synced: 01 Mar 2025

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

A collection of Data Structures and Algorithms, in different programming languages.

algorithms data-structures

Last synced: 10 Mar 2025

https://github.com/alexmatthes/writeam-text-editor

✍️ writeAM: A terminal-based text editor built from scratch in C as a learning project. Inspired by the Kilo editor, it features syntax highlighting for C, search functionality, and robust raw mode terminal handling.

c cli data-structures kilo-editor student-project systems-programming terminal text-editor

Last synced: 06 Oct 2025

https://github.com/boss294/credisync

CrediSync is a comprehensive web application designed to manage and track your financial transactions, including credits, debits, creditors, and debtors. With modern UI/UX and advanced features, it provides a seamless experience for managing your financial records.

credit-tracker css data-structures data-visualization dsa html html3 js management-system money-management web-dev website websoftware

Last synced: 27 Oct 2025

https://github.com/porem5002/dts2

A simple library that provides various generic data structures for C programmers.

c data-structures header header-only header-only-lib header-only-library

Last synced: 01 Mar 2025

https://github.com/canciolabs/php-stack

This tiny package contains an interface and an array-based implementation of the LIFO Stack data structure.

data-structures php stack

Last synced: 26 Feb 2026

https://github.com/quarkgluant/python-data-structures-algorithms

Udemy course "Python for Data Structures, algorithms, and Interviews" by José Portilla

algorithms algorithms-and-data-structures data-structures python python3 udemy

Last synced: 07 Oct 2025

https://github.com/znrm/disjoint-hash-set

Incremental tracking of connected components identified by hash.

data-structures disjoint-sets rust rust-data-stuctures union-find

Last synced: 08 Jan 2026

https://github.com/walt-1/algorithms

popular algorithms

algorithms data-structures python

Last synced: 07 Oct 2025

https://github.com/urtuba/tea-programming-language

Implementation of a simple programming language using cpp.

cpp data-structures istanbul-technical-university programming-language recursive

Last synced: 16 Mar 2025

https://github.com/yahia3200/restaurant-management-simulator

Implementing restaurant management system using C++ and data structures

algorithms data-structures simulation

Last synced: 16 Mar 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/sane-aalam/strivers-atoz-sheet

This course is made for people who want to learn DSA from A to Z for free in a well-organized and structured manner.

algorithms atoz-sheet atozsheet coding data-structures dsa-questions dsa-sheet gfg github google leetcode leetcode-soltuions programming solution strivers-sde-sheet

Last synced: 16 Mar 2025

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/janeberry/guitarhero

Play Guitar with Keyboard

data-structures

Last synced: 23 Nov 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/louis3112/camera_shop

Final project for Data Structure 2nd Semester. The project is a simple CRUD management loaning camera, lens and photographer

cli college-project data-structures graph hashtable linked-list simple-project stack tree

Last synced: 22 Mar 2025

https://github.com/jackjduggan/pcbanalyzer-ds2-ca1

A PCB (printed circuit board) analyzer built with JavaFX, capable of identifying and displaying information about the different components on a PCB from an image

data-structures java javafx

Last synced: 04 Mar 2025

https://github.com/drcbeatz/python-algorithms-and-datastructures

Easy to understand implementations of popular algorithms and data structures in Python, with tests using Pytest & CI with Github Actions.

algorithms continuous-integration data-structures github-actions pipenv pytest python type-hints

Last synced: 23 Nov 2025

https://github.com/gcsecsey/leetcode

Solutions for the LeetCode problems I've encountered.

algorithms data-structures leetcode leetcode-solutions

Last synced: 16 Mar 2025

https://github.com/saragarcia6123/expression_evaluator

A calculator-style mathematical expression evaluator that parses and computes results from user input strings.

algorithms data-structures parsing

Last synced: 18 Jun 2025

https://github.com/guangie88/stackie

Contains stack allocated data structures.

cpp cpp-14 cpp-library data-structures stack stack-based string

Last synced: 24 Nov 2025