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/dbc2201/sample-atm-interface

Sample Interface example for understanding ADTs in Data Structures.

adt data-structures java object-oriented-programming

Last synced: 12 Jun 2025

https://github.com/4hmedyasser/shortest-path-distance-calculator

Application implemented with C++ in which dijkstra algorithm used to compute the shortest path between any two inputs on a graph represented with adjacency list

adjacency-list data-structures dijkstra graph object-oriented shortest-path

Last synced: 10 Mar 2025

https://github.com/mkwapisz2000/cpp-data-structures-comparison

The project aims to compare different data structures, including: Singly Linked List , Singly Linked List with Head and Tail, Doubly Linked List, Dynamic Array

algorithm-analysis cpp data-structures dynamic-array linked-list performance-testing

Last synced: 12 Jun 2025

https://github.com/infinitifall/skiplist

A skip list is a probabilistic data structure that is efficient, compact and concurrency friendly

c data-structures randomized-algorithm skiplist

Last synced: 28 Feb 2025

https://github.com/liwnn/skiplist

A fast skip list implementation for Go

algorithm data-structures go golang skiplist

Last synced: 28 Feb 2025

https://github.com/doumanash/statiki

Static friendly data structures

data-structures no-std rust

Last synced: 04 Feb 2026

https://github.com/divyanshu-rawat/js-challenge

A Javscript programming Question having constraints of time and space.

data-structures javscript programming-challenges space-complexity time-complexity

Last synced: 09 Apr 2025

https://github.com/kvizyx/constructor

Implementation of different data structures and algorithms in Go

algorithms data-structures go

Last synced: 25 Mar 2025

https://github.com/yasinpalash/dsa

This repository is dedicated to Data Structures and Algorithms (DSA)

algorithms array dart data-structures dsa dynamic-programming problem-solving py python searching sorting sorting-algorithms

Last synced: 03 Apr 2025

https://github.com/tralahm/machine-learning-in-tensorflow

Using Tensorflow to apply and implement machine learning algorithms enabled by constraints exposed by representations that support models targeted at thinking,perception and action

algorithms constraints data-structures machine-learning models tensorflow tralahm tralahtek

Last synced: 02 Mar 2025

https://github.com/diogocarrola/ea-software-sim

Develop a new feature for the EA Sports College Football game as a Junior Software Engineer

code-analysis data-structures feature-proposal game-engine object-oriented-design

Last synced: 20 Aug 2025

https://github.com/ayushexploring/earthquake-tracker

Tracks earthquakes happened around the world in the past week

coursera data-structures earthquake-prediction java

Last synced: 09 Apr 2025

https://github.com/sandravizz/analytical-system-design

Teaching material for bachelor course at Arcada

d3-js data-structures data-visualization system-design

Last synced: 24 Jan 2026

https://github.com/ombrelin/dut1-sda

Projet Structure de Données et Algorithme : Traitements de message

cpp data-structures

Last synced: 09 Apr 2025

https://github.com/gbdsantos/python-playground

Learning about algorithms and data structures in Python.

2018 algorithms data-structures python

Last synced: 28 Nov 2025

https://github.com/orbulant/hardware-store-das

Using C++, data structures and algorithms are created to simulate a hardware store's inventory operations.

algorithm data-structures manipulate-data

Last synced: 04 Apr 2025

https://github.com/feroz-ehses-shishir/phonebook

PhoneBook is a C++ Console Application. Using Hash Table and Trie Data Structure.

data-structures hashtable trie

Last synced: 28 Mar 2025

https://github.com/llsaimur/contacttracing

Contact Tracing (school project)

cpp data-structures queue treenode

Last synced: 25 Mar 2025

https://github.com/greatdrake/avltree

AVL tree implementation

cpp data-structures

Last synced: 02 Apr 2025

https://github.com/mkosir/store1arrays

Array data structure implemented in C programming language from scratch.

c data-structures

Last synced: 02 Apr 2025

https://github.com/ishibi/binary-search-tree

An implementation of Binary Search Tree in TypeScript

algorithms binary-search-tree data-structures typescript

Last synced: 02 Apr 2025

https://github.com/bryanpmx/utep_cs_data_structures

This repository contains projects and code examples that illustrate fundamental computing algorithms and data structures as taught in the course. The material covered includes both basic algorithmic techniques and the practical implementation of data structures which are essential for software development and problem-solving.

algorithms computer-science data-structures graph-theory java python sorting-algorithms

Last synced: 16 Mar 2025

https://github.com/chinnanj666/data-structure-stack-using-python

data structures-stacks using python.

data-structures python3 stacks

Last synced: 07 Jan 2026

https://github.com/talentedandrew/go-linkedlist

Implementation of linked list in Go.

data-structures go golang linked-list

Last synced: 29 Mar 2025

https://github.com/tca166/asd1c

A collection of C algorithms made for my CS class

algorithms c data-structures searching-algorithms sorting-algorithms

Last synced: 02 Apr 2025

https://github.com/pcastiglione99/progettoapi2020

Final project of Algorithms and Data Structures from the "Algoritmi e Principi dell'Informatica" course at Politecnico di Milano (2019-2020)

c data-structures polimi text-editor

Last synced: 24 Oct 2025

https://github.com/imran789456123/dsa-fundamentals

Data Structures and Algorithms Fundamentals | Abdul Bari

algorithms cpp data-structures

Last synced: 25 Mar 2025

https://github.com/abdur75648/billing-counter-simulation

A Java program for event based simulation of the billing counter of a burger restaurant (McMohan's Burger)

algorithms assignment avl-tree binary-search-tree binary-tree col106 data-structures dsa heap iitd java javaprogramming queue stack

Last synced: 31 Mar 2025

https://github.com/bookseer/algorithm

Алгоритмы и структуры данных

algorithms data-structures patterns

Last synced: 28 Feb 2025

https://github.com/itsferdiardiansa/in-memory-storage

This project aims to develop an in-memory storage solution, which is a fast and efficient temporary data storage system. This in-memory storage stores data in the main memory (RAM), allowing faster access compared to disk storage.

btree-indexes data-structures nestjs tree typescript

Last synced: 16 Mar 2025

https://github.com/keshav2010/sdm

StudentDataManager Helps you Manage your Student's Basic Information on your System and provides a simple user interface to interact with stored Data to either view or manipulate it.

data-structures java java-8 java-se personal-project swing-gui

Last synced: 02 Jan 2026

https://github.com/yehezkiel1086/ds-sol-cpp

📖 Data structures and algorithms labs solutions in C / C++

algorithm cpp data-structures

Last synced: 05 Sep 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/ersalman4/stack_operations

A menu driven stack implementation in C using Modular design and Makefile

beginner-project c cli-app data-structures dynamic-arrays makefile stack

Last synced: 23 Apr 2025

https://github.com/therustifyer/master-data_structures-and-algorithms

Code and docs for the course Master Data Structures and Algorithms in C/C++

algorithms algorithms-and-data-structures c cpp data-structures

Last synced: 05 Sep 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/tomBoddaert/dynode

A linked list that can hold dynamically sized data in its nodes.

data-structures linked-list

Last synced: 15 Aug 2025

https://github.com/mdhasanshuvo/ds-project

EazyTrip : An app for efficient ride and delivery services with a customizable map and shortest path algorithms.

algorithms data-structures map qt-creator qt-framework software-development sqlite

Last synced: 31 Mar 2025

https://github.com/nandahkrishna/datastructureslab

Programs written for Data Structures Lab in the 3rd Semester

c c-programming data-structures datastructures

Last synced: 25 Mar 2025

https://github.com/praneshr/bst.js

Javascript implementation of Binary Search Tree

binary-search-tree bst bstree data-structures javascript

Last synced: 31 Mar 2025

https://github.com/fudhail1102/pgp_hms_system_interface

Welcome to the Housing Management System for Provident Green Park. This system is designed to streamline the management of housing-related activities for residents and administrators. It includes functionalities for resident and admin login, searching for vacant houses, and managing maintenance calculations, complaints, and notices.

data-structures python tkinter-python

Last synced: 12 Jun 2025

https://github.com/nelsonbn/algorithms-data-structures-recursion

Algorithms and Data Structures - Recursion

algorithms data-structures recursion

Last synced: 06 Mar 2025

https://github.com/nelsonbn/algorithms-data-structures-stable-vs-unstable-sort-algos

Algorithms and Data Structures - Stable Vs. Unstable Sorting Algorithms

algorithms-and-data-structures data-structures sorting-algorithms

Last synced: 06 Mar 2025

https://github.com/camara94/analysediscriminant

L'analyse factorielle discriminante (AFD) ou simplement analyse discriminante est une technique statistique qui vise à décrire, expliquer et prédire l'appartenance à des groupes prédéfinis (classes, modalités de la variable à prédire…) d'un ensemble d'observations (individus, exemples…)

data-minig data-mining-algorithms data-mining-python data-science data-structures

Last synced: 23 Jan 2026

https://github.com/mrktsm/calculator

JavaFX-based Calculator App for CS216

css data-structures java javafx object-oriented-programming stack

Last synced: 09 Apr 2025

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

A complex tree structure binary tree program

binary-tree data-structures

Last synced: 09 Apr 2025

https://github.com/miriammondragon/salesapp

SalesApp is a mobile application for Android developed in C# and Xamarin oriented to supermarkets and online shopping for groceries, technology and different categories supported.

android android-application csharp data-structures mysql mysql-database php supermarket supermarket-management-system xamarin xamarin-android xamarin-forms

Last synced: 26 Jan 2026

https://github.com/ashwanikumar04/data-structure-and-design-problems

A collection of ds and design problems

data-structures design ds

Last synced: 26 Jan 2026

https://github.com/chanonroy/coding-challenges

📚 Various data structure and algorithm coding challenges in Python 3 and JavaScript

algorithms data-structures javascript python

Last synced: 09 Apr 2025

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

This repository contains my solutions to Cracking the Coding Interview questions.

algorithms cracking-the-coding-interview data-structures questions solutions

Last synced: 12 Aug 2025

https://github.com/eduardo106919/programacao_imperativa

Resolução de fichas, questões e testes da unidade curricular Programação Imperativa do ano letivo 2023/2024

algorithms c data-structures

Last synced: 25 Jun 2025

https://github.com/stiliyandr/allocator

A C++14 allocator implemented with buddy allocation.

algorithms allocator cpp cpp14 data-structures

Last synced: 09 Apr 2025

https://github.com/g3th/binary_heap_type

Determine whether a Binary Heap structure is 'min', 'max' or 'no-heap'.

algorithms binary-heap data-structures kotlin max-heap min-heap

Last synced: 01 Dec 2025

https://github.com/psidh/sophomore

Data Structures and Algorithms

algorithms c cpp data-structures java javascript python

Last synced: 30 Dec 2025

https://github.com/adamduval/notebook

Working notes related to coding, computer science, data, egineering, tech and everything in between.

data-structures git notes python sql tableau

Last synced: 28 Feb 2025

https://github.com/isensee-bastian/set-strings

Tutorial code for my video Generics Part 2: Using the empty Interface in Golang

basic-programming beginner-tutorial-series data-structures generics golang learn-to-code maps sets tutorial youtube

Last synced: 13 Jun 2025

https://github.com/juliolmuller/hash-k-complementary-problem

Usage of Hash Table data structure to present an elegant solution to the k-Complementary Problem (Problema dos Números k-Complementares).

c data-structures hash-table hashing problema

Last synced: 02 Dec 2025

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

A comprehensive collection of fundamental JavaScript algorithms. Featuring sorting, searching, data structure, graph, and dynamic programming algorithms, I will strive for clear, efficient solutions.

algorithms computer-science data-structures javascript jest

Last synced: 03 Mar 2025

https://github.com/ayxhmn/heapyy

Python code snippets for competitive programming

algorithms competitive-programming data-structures python

Last synced: 13 Jun 2025

https://github.com/ryannsq14/mstree-bench

A benchmarking toolkit for comparing Kruskal's and Prim's minimum spanning tree algorithms across various graph configurations, with visualization tools and performance analysis reports.

algorithm-comparison algorithm-visualization benchmarking data-structures graph-algorithms kruskal-algorithm minimum-spanning-tree performance-analysis prim-algorithm python

Last synced: 09 Apr 2025

https://github.com/filip-kustura/graph-cycle-detection

Solution to a graph theory problem meeting a specific time complexity constraint. Developed in C++ using the breadth-first search algorithm. Created in December 2021 as part of the Design and Analysis of Algorithms course, with a presentation delivered in January 2022.

algorithms bfs breadth-first-search c-plus-plus coding-assignment cpp cycle-detection data-structures graph-algorithms graph-theory graph-traversal time-complexity time-complexity-analysis undirected-graphs

Last synced: 12 Apr 2025

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

A repository containing various data structures and algorithms implemented in Java.

algorithms data-structures java java-21

Last synced: 13 Jun 2025

https://github.com/joaogbrieldev/leetcode

learning data structure, logic and algorithm

algorithms data-structures javascript

Last synced: 09 Apr 2025

https://github.com/gitchaell/computer-scrapping

Tool that extracts data from the pages of companies that sell computers in the city of Trujillo - Peru, exports them in an XLSX file according to a relational data model, and displays them on a Power BI dashboard.

data-analysis data-structures data-visualization database dbdiagram export-excel powerbi scrapper-script scrapping xlsx

Last synced: 13 Jun 2025

https://github.com/tyleradammartinez/csce

A short repo contains homework and lab assignments I completed at UNT

algorithms algorithms-and-data-structures csce data-structures unt

Last synced: 25 Mar 2025

https://github.com/vinsgiordi/lasd-libraries

Pure c++ library for data structures vector, list, stack, queue, trees and hash table

algorithms-and-data-structures binary-search-tree binary-tree c-plus-plus data-structures list queue stack tree vector

Last synced: 08 Jan 2026

https://github.com/afshanalamengg/data-structures-and-algorithms-specialization

Master Algorithmic Programming Techniques. Advance your Software Engineering or Data Science Career by Learning Algorithms through Programming and Puzzle Solving. Ace coding interviews by implementing each algorithmic challenge in this Specialization.

algorithms critical-thinking data-structures graph-theory problem-solving software-testing

Last synced: 09 Apr 2025

https://github.com/yunyoung1819/baekjoon-algorithm-training

:octocat: 백준과 프로그래머스 등 알고리즘 문제 풀이 코드를 관리합니다.

algorithm data-structures

Last synced: 06 Sep 2025

https://github.com/balnarendrasapa/dsa

This repository contains answers to the problems from leetcode, codechef, hackerrank etc

algorithms data-structures dsa

Last synced: 05 Jul 2025

https://github.com/mukulsharma10/dsa

Data Structures implementation in C language

c data-structures

Last synced: 28 Mar 2025

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/cyberfined/splay-tree-rs

Splay tree implementation in rust

data-structure data-structures splay-tree

Last synced: 01 Mar 2025