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/hima890/binary_trees

A collection of C programs for learning and implementing binary tree operations, including traversal, insertion, deletion, and validation. Ideal for understanding fundamental data structures and algorithms in C programming.

algrithm alx-africa alx-low-level-programming betty-style c-programming-language data-structures group-project

Last synced: 28 Jan 2026

https://github.com/sam0jones0/data_structures_and_algorithms

Various programs created during study of the book Problem Solving with Algorithms and Data Structures using Python

data-structures python python3

Last synced: 04 Jul 2025

https://github.com/victorhmp/mac323

Programming assignments and class notes

algorithms data-structures java

Last synced: 08 Apr 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/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/glwbr/gods

Go Data structures

data-structures go learning

Last synced: 10 Mar 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/revazashvili/dsa

repository for data structures and algorithms

algorithms data-structures dsa

Last synced: 01 Mar 2025

https://github.com/chaitanyak77/datastructures

This repository showcases a collection of data structure simulations implemented in C.

data-structures

Last synced: 26 Oct 2025

https://github.com/cwchentw/nimalgo

Common data structures and algorithms in NIm

algorithms data-structures nim nim-lang

Last synced: 07 Jul 2025

https://github.com/adhadse/dsawithkotlin

This repo contains my Data Structures Lab work

bfs data-structures dfs graph kotlin linked-list queue stack

Last synced: 02 Sep 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/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/mohammedmoataz/data_structure

Data structure by C programming language

c data-structures

Last synced: 25 Mar 2025

https://github.com/hernandemonteiro/data_science_and_algorithms

Data Science, Algorithms and Data Structure.

data-science data-structures python3

Last synced: 26 Oct 2025

https://github.com/tahabinhuraib/cpp_ds

Data Structures and Algorithms in C/C++ from Scratch. Beware, contains craaazzy speed :)

algorithms c cpp data-structures

Last synced: 18 Apr 2025

https://github.com/rurangiza/dojo

Learning data structures and algorithms

algorithms data-structures

Last synced: 18 Mar 2025

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

This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.

algorithms algorithms-and-data-structures computer-science data-structures sorting-algorithms

Last synced: 13 Jun 2025

https://github.com/anpep/nih

Implementation of commonly used data-structures and snippets

c data-structures data-structures-c utility-functions utility-library

Last synced: 25 Mar 2025

https://github.com/gz30eee/c-consteallation

A collection of projects showcasing the power and versatility of C, C++, and C# for efficient programming solutions.

algorithms c c-plus-plus c-sharp coding data-structures networking performance programming software-development

Last synced: 13 Jun 2025

https://github.com/jjfiv/csc212arraylists

CSC212 Array-Based List Implementations

array-list data-structures dynamic-array smith-csc212

Last synced: 30 Aug 2025

https://github.com/maestre3d/facebook-interview-go

Meta (Facebook) coding interview questions with solutions written in the Go programming language.

algorithms coding-interviews data-structures facebook go golang meta

Last synced: 02 Apr 2025

https://github.com/kernelshreyak/dsa_learning

My learning of Data Structures and Algorithms through implementations in Go,Python and JavaScript. Also contains solutions to some competitive programming exercises

algorithms algorithms-and-data-structures competitive-programming data-structures golang javascript python3

Last synced: 04 Mar 2025

https://github.com/mehwishferoz/wynk-music-app-in-c

C project simulating Wynk music app functionalities, featuring user management, music browsing, playlist creation, and song playback using linked lists, hash tables, stacks, and queues.

algorithms c data-structures dsa dsa-project

Last synced: 01 Mar 2025

https://github.com/jaykickliter/bst

A simple unbalanced binary search tree which one day may become an AVL tree. You don't want to use this.

data-structures tree

Last synced: 13 Jun 2025

https://github.com/matiasrodlo/leetcode-codewars-solutions

Collection of LeetCode and Codewars solutions in Python and JavaScript

algorithms codewars coding-challenges data-structures leetcode

Last synced: 13 Jun 2025

https://github.com/l004p/in-memory-data-store

In memory KV store. Learning from https://build-your-own.org/redis/

data-structures kv-store

Last synced: 14 Jun 2025

https://github.com/code-raushan/data-structures-go

Implementations of data structures in Go.

data-structures go

Last synced: 02 Apr 2025

https://github.com/trojan-254/binary_trees

exploring and implementing concepts related to C programming and binary trees. Focusing specifically on the realm of data structures and algorithms, the projects within this repository delve into the intricacies of binary trees in the C programming language.

algorithms algorithms-and-data-structures binary-search-tree binary-tree binary-trees c data-structures

Last synced: 05 Dec 2025

https://github.com/shaheer2003/railway-ticket-portal

The Railway Ticket Reservation Portal is an automated train booking system that allows users to create accounts, search for train routes, book tickets, and manage reservations. It features an efficient hash-based login system, Dijkstra’s algorithm for shortest route calculation, and multiple seat class options.

c console-application cpp data-structures dijkstra dsa hashtable railway-reservation

Last synced: 08 Apr 2025

https://github.com/carlosagalicia/tc1031-act13-integral-basic-concept-template-ad2023

This program calculates the "disorder" of DNA strings, sorting them from the most ordered to the least ordered based on the number of inversions.

cplusplus cpp data-structures labs

Last synced: 03 Mar 2025

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

Stack, queue, directed graph , binary tree, multi linked list algorithm

cpp data-structures

Last synced: 01 Mar 2025

https://github.com/abaksy/parallel-bst

A multithreaded implementation of Binary Search Tree

data-structures multithreading pthreads

Last synced: 09 Mar 2025

https://github.com/elhostakosta/codewars

🥋 My solutions to Codewars Kata.

algorithms codewars data-structures javascript kata

Last synced: 24 Mar 2025

https://github.com/kzamanbd/linked-list

In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.

algorithms data-structures linked-list

Last synced: 20 Nov 2025

https://github.com/washbin/sem3

repo to track program files related to courses in 3rd semester

c data-structures

Last synced: 01 Mar 2025

https://github.com/bastidood/option-block

A minimal utility Rust crate for small, fixed-size blocks of optional types.

data-structures embedded no-std rust

Last synced: 27 Feb 2025

https://github.com/marko19907/algorithms

A collection of algorithms and data structures made as a part of NTNU's "Algorithms and Data Structures" course, fall 2021.

algorithms cache data-structures heap java list maven recursion searching-algorithms sorting-algorithms tree unit-testing

Last synced: 30 Aug 2025

https://github.com/tayyabasghar/deadlock-os

This is a mock Copy of Operating system that is based on Linked List Data Structure i was working on but it is not complete even to my own expectations. I have to leave it as i am in 4th semester and it was 3rd semester Final Project.

cpp17 data-structures linked-list

Last synced: 08 Apr 2025

https://github.com/andrewobwocha/advancedmusicplayer

🎵 Python CLI music queue implemented with a Doubly Linked List (DLinkedList). Features prev/next, add next/last, remove current, ytmusicapi search.

cli data-structures doubly-linked-list music python queue ytmusicapi

Last synced: 15 Feb 2026

https://github.com/francescobarbieri/codingchallenges

Solutions to various coding problems from renowned platforms like Advent of Code, LeetCode, and more.

algorithms coding-challenges data-structures interview-prep problem-solving

Last synced: 31 Mar 2025

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

A library developed on Windows, which implements complex data structures and creates visualisations of their operations

data-structures object-oriented-programming opengl

Last synced: 09 Aug 2025

https://github.com/iampavangandhi/froggyjump

🐸 Minimum Jump Froggy Game (using Dynamic Programming)

data-structures dynamic-programming javascript phaser vanilla-javascript

Last synced: 05 Dec 2025

https://github.com/iampavangandhi/sudokusolver

🧮 Sudoku Solver Web App (using Backtracking)

backtracking data-structures javascript sudoku sudoku-solver

Last synced: 05 Dec 2025

https://github.com/beling/algorithms_python

Python implementation of some algorithms and data structures.

algorithm algorithms data-structures data-structures-algorithms data-structures-and-algorithms

Last synced: 15 Mar 2025

https://github.com/eignnx/char-list

A persistent string type with the same API as a linked-list of characters.

data-structures dynamic-array functional-data-structure immutable linked-list persistent-data-structure

Last synced: 06 Jul 2025

https://github.com/arezyhs/cpp-id-generator-calc

Generator ID untuk praktikum mata kuliah Struktur Data. ID yang dihasilkan adalah ID supir dan ID pesanan.

cplusplus data-structures id-generator

Last synced: 15 Mar 2025

https://github.com/zair5884/bookstore-orm-system

📚 Build a robust bookstore backend with Python, SQLAlchemy, and MySQL for seamless data management and secure operations.

backend bookstore business-logic crud-operations data-structures database-management design-patterns educational-project inventory-management mysql orm postgresql python solid-principles sqlalchemy sqlite streamlit

Last synced: 19 Nov 2025

https://github.com/kevinmfreire/wheres_waldo

This project was developed to identify the name, address and organization name within text.

data-structures database nlp-machine-learning notebooks pandas-dataframe spacy-nlp tensorflow2 text-classification unit-testing webscraping

Last synced: 11 Mar 2025

https://github.com/yyolka/converter-app

Приложение переводит числа из 2-ой, 10-ой, 16-ой систем счисления из одной в другую

algorithms c cpp data-structures entrypoint oop oop-principles validation

Last synced: 09 Apr 2025

https://github.com/gabrielsilva798/estudosjava

Projeto Especialista Java - estudos pessoais e projetos criados para estudo na linguagem JAVA, caminho dos arquivos locais: "C:\Users\gabriel\eclipse-workspace"

challenge data-structures estrutura-de-dados java object-oriented orientacao-a-objetos

Last synced: 02 Apr 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/camsai/notebooks

CAMSAI Notebooks provides interactive Jupyter notebooks for AI-driven materials science research. These notebooks demonstrate the use of CAMSAI tools, schemas, and workflows, offering hands-on examples for data validation, materials design, and AI integration to accelerate scientific discovery.

artificial-intelligence chemistry data-science data-standards data-structures data-visualization density-functional-theory machine-learning materials materials-design materials-informatics materials-science modeling-and-simulation molecular-dynamics

Last synced: 27 Oct 2025

https://github.com/sanchezih/ort-p1-lib

Libreria que disponibiliza distintas implementaciones de estructuras de datos para que puedan ser utilizadas en aplicaciones Java.

data-structures java library maven

Last synced: 01 Jul 2025

https://github.com/surajiyer/yatrie

Python Trie data structure

data-structures python trie

Last synced: 29 Mar 2025

https://github.com/anshu10101/leetcode

Collection of my solved LeetCode DSA questions !

algorithms data-structures

Last synced: 25 Aug 2025

https://github.com/mubashirmalik/data-structures-go

Data structures implementation in Go. You are more than welcome to contribute to it.

data-structures go golang hacktoberfest implementation-of-data-structures

Last synced: 16 Mar 2025

https://github.com/mmncit/cracking-the-coding-interview-solutions

Solutions of the book cracking the coding interview (using Python)

data-structures design-patterns oop problem-solving

Last synced: 02 Sep 2025

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

data structure implementations

c data-structures

Last synced: 01 Mar 2025

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

Estruturas de Dados diversas implementadas em C++.

c-plus-plus cmake cpp23 data-structures data-structures-and-algorithms training

Last synced: 02 Apr 2025

https://github.com/y2k-shubham/dsa-in-cpp

Implementations of Data-Structures & Algorithm Questions in C++

algorithms cpp data-structures

Last synced: 28 Jan 2026

https://github.com/cianhub/100daysofpythonday7

Exploring data structures in Python

100-days-of-code data-structures python

Last synced: 05 Sep 2025

https://github.com/b-e-d-a/sd-hw-

Библиотека на C++ для решения задач поиска кратчайших путей в графах. Включает реализацию популярных алгоритмов, таких как поиск в ширину (BFS), алгоритм Дейкстры, алгоритм Беллмана-Форда, алгоритм A* (A-star), алгоритм Флойда-Уоршалла и алгоритм Джонсона.

a-star a-star-algorithm algorithms bellman-ford bellman-ford-algorithm ci-cd cpp data-structures dijkstra dijkstra-algorithm floyd-warshall floyd-warshall-algorithm graph-algorithms graph-theory-algorithms shortest-path-algorithm software-development

Last synced: 16 Mar 2025

https://github.com/cathyfu1215/cs61b

Self-learning CS61B of UCBerkeley , this repo contains both labs and projects

algorithms data-structures java

Last synced: 27 Feb 2025

https://github.com/levieyal/c-course-exercises

✔ All the Assignments in the Systems Programming in C course that took place in the first semester of 2021

bash-script c data-structures files input-output library-management linux makefile memory-management

Last synced: 26 Mar 2025

https://github.com/vvhybe/palindrome-filter.py

py algorithm to check for palindrome English words in 3 json files.

algorithms data-structures filter json python python3

Last synced: 09 Mar 2025

https://github.com/caiogmrocha/rust-studies

Repositório dedicado à criação e estudo de estruturas de dados e algoritmos famosos em Rust

algorithms bst data-structures linked-list rust

Last synced: 27 Feb 2025

https://github.com/iampavangandhi/chatlistcaching

💬 Chat list Caching Web App (using Linked List and Hashing)

data-structures hashing javascript linked-list lru-cache

Last synced: 09 Mar 2025

https://github.com/snehachhipa/wordle_datastructures

A Data Structures project as part of course work of BSc in Computer Science UCD.

binary-tree compression-algorithm data-structures hashmap-java java object-oriented-programming priority-queue

Last synced: 27 Feb 2025

https://github.com/osiota10/alx-higher_level_programming

Python high Level Programming - Data Structures and Algorithms with ALX Software Engineering

data-structures python

Last synced: 24 Feb 2026

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

All things data structure and algorithm in vanilla JavaScript (no ES6)

algorithms data-structures es5-javascript javascript

Last synced: 01 Jul 2025