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/jacksonchen1998/data-structure-algorithm

Data Structure and Algorithm for beginner

algorithm c-plus-plus data-structures python3

Last synced: 12 Jun 2025

https://github.com/lccodder/linkedlist-ts

Default linked list implementation written on TypeScript

data-structures linked-list typescript

Last synced: 21 Mar 2025

https://github.com/theolepage/algorithmics

Algorithmics course content during my studies at EPITA.

algorithmics computer-science data-structures ocaml python

Last synced: 04 Aug 2025

https://github.com/adi-code22/data-structures-and-algorithms

All Data Structures and Algorithm fundamentals with C++ Implementation

algorithms data-structures

Last synced: 14 Mar 2025

https://github.com/manuelescrig/algorithms

A collection of coding interviewing problems in Java.

algorithms data-structures java

Last synced: 10 Mar 2025

https://github.com/17xr/cppcontainers

A simple repository that contains my own implementations of various C++ containers.

containers cpp cpp23 cpp23-library data-structures

Last synced: 05 Apr 2025

https://github.com/iamriteshkoushik/datastructs_algo

Repository containing solutions to all the problems solved while practising for Data Structures and Algorithms.

algorithms data-structures

Last synced: 09 Apr 2025

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

Data Structure with Golang

data-structures golang leetcode

Last synced: 02 Nov 2025

https://github.com/qetiproject/structures_algorithms_designs

Data Structures, Algorithms and Systems Designs by Python using leetcode.com

algorithms data-structures leetcode-solutions python3 system-design

Last synced: 25 Feb 2025

https://github.com/yapeansa/arvore_binaria

Um estudo sobre árvore binária

binary-tree c data-structures

Last synced: 01 Apr 2025

https://github.com/pankajsahu92/job-scheduler

Console-based Job Scheduler in C++ implementing FCFS and Priority scheduling.

console-app cpp data-structures fcfs job-scheduler priority-queue

Last synced: 27 Sep 2025

https://github.com/romantech/algorithm-study

알고리즘 / 자료구조 스터디

algorithms data-structures programmers

Last synced: 30 Mar 2025

https://github.com/satyamvyas04/learningbasics

A personal repository documenting my coding journey with basic programs across Python, Java, C, and C++

c cpp data-structures java python

Last synced: 01 Apr 2025

https://github.com/howz1t/ptypes

This package provides useful data types for use in PHP.

badges composer computer-science data data-structures data-types packagist php types

Last synced: 14 Apr 2025

https://github.com/danaelshrbiny10/ds-in-python

An implementation of a custom data structure in Python.

data-structures python3

Last synced: 12 Aug 2025

https://github.com/brianelizondo/data-structures-graphs

Data Structure Graphs Exercises

algorithms data-structures javascript

Last synced: 24 Jul 2025

https://github.com/johan-bolmsjo/ziggurat

Zig Data Structures

data-structures zig

Last synced: 02 Aug 2025

https://github.com/skvggor/devto-zod

Repositório para o artigo sobre Zod.

article data-structures nestjs nodejs prisma types typescript zod

Last synced: 21 Oct 2025

https://github.com/murpdefense/studies-software-engineering-univesp

Esse repositório é voltado para código de aulas e projetos realizados durante meus estudos com o material da formação Bacharel em Engenharia de Software disponibilizado gratuitamente pela UNIVESP na plataforma YouTube.

c data-structures

Last synced: 03 Apr 2025

https://github.com/bertrand31/data-structures-scala

🗂️ Collection of immutable data structures implemented in idiomatic, functional Scala. Some well-known, some homemade

bloom-filter cats count-min-sketch data-structures functional-programming linked-list scala trie

Last synced: 14 Sep 2025

https://github.com/ppodds/ncudatastructurehw

National Central University Data Structure Homework (Backup)

c cpp data-structures homework ncucsie

Last synced: 25 Jul 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/liwnn/skiplist

A fast skip list implementation for Go

algorithm data-structures go golang skiplist

Last synced: 28 Feb 2025

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

Explore data structure by Java

data-structures java

Last synced: 29 Mar 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/chenshuliu/python-guide-to-numpy

This repository is dedicated to explaining the functionalities of Numpy in Python

data-structures numpy python

Last synced: 18 Jan 2026

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/bazoka-kaka/programming-interview-solutions

A bunch of programming solutions from real interviews / job programming tests that me and my friends gone through

algorithms coderbyte data-structures python

Last synced: 28 Mar 2025

https://github.com/jubayer98/go-travel---a-web-based-platform-of-tourism-sector-in-bangladesh

The tourism sector in Bangladesh significantly boosts the economy, benefiting from its prime geographic location and numerous attractions. However, the limited use of technology poses a major challenge, as tourists often encounter difficulties navigating destinations online, which can deter travel.

data-management data-structures web-development

Last synced: 08 Mar 2026

https://github.com/bardifarsi/memoizationmultithreading

Sample project demonstrating the use of memoization, dynamic programming, and multi-threading to efficiently handle repeated heavy tasks and optimize performance. Results are cached for quick retrieval, and Multi-Threaded processing accelerates computation.

algorithms cpp cpp17 cpp20 data-structures dynamic-programming machine-learning machine-learning-algorithms memoization memory-management multi-threading multiprocessing multithreading parallel-computing parallel-programming

Last synced: 31 Dec 2025

https://github.com/cruxrebels/leetcode

Collection of Abhishek Agrawal's submissions to problems found on https://leetcode.com/.

algorithms cpp cpp11 cpp14 data-structures leedcode-contest-solutions leetcode leetcode-contest leetcode-solutions weekly-contest

Last synced: 09 Apr 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/waleedgeorgy/python_data_structures

Classes for data structures that are not supported by Python.

data-structures python

Last synced: 12 Jun 2025

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/muhammadshavaiz/advanced-data-structues-fifa_dataset

This C++ project showcases efficient data management for FIFA World Cup data from 1930 to 2018. It uses AVL Trees for fast searching, Hash Tables for quick access, and Singly Linked Lists for easy traversal, optimizing both memory usage and retrieval speed.

avl-tree cpp data-structures hashtable linked-list parsing

Last synced: 28 Feb 2025

https://github.com/hamidhosen42/lightoj-problems-discussion-and-solutions

lightOj-problems-discussion-and-solutions-and-algorithm-and-data structures

algorithms c-plus-plus c-programming data-structures discussion lightoj-solutions

Last synced: 26 Jul 2025

https://github.com/gokselgoktas/project-euler

A growing collection of solutions to Project Euler problems

algorithms cpp17 data-structures mathematics project-euler

Last synced: 01 Apr 2025

https://github.com/matheussnicacio/selectionsort

Selection sort que imprime valores ordenados e invertidos e aleatórios em um vetor de 10000 numeros

c data-structures data-structures-and-algorithms estrutura-de-dados

Last synced: 04 Sep 2025

https://github.com/llsaimur/contacttracing

Contact Tracing (school project)

cpp data-structures queue treenode

Last synced: 25 Mar 2025

https://github.com/jakeshi/python_data_structure

Implement basic data structures in python

data-structures python

Last synced: 10 Jan 2026

https://github.com/yevheniidatsenko/goit-algo-hw-07

📊 Hometask - Basic Algorithms and Data Structures (Trees and balancing)

algorithms data-structures goit goit-algo-hw-07 python

Last synced: 02 Aug 2025

https://github.com/injamul3798/volunteer_management-using-c-cpp

It was a group project. Me and my friends worked together. When i was in first year,me and teams spend a lot time .And it was fun.I learned a lot/.

data-structures linked-list queue stack

Last synced: 02 Apr 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/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/amir-hshahi/leet-codes

Adding: LeetCode problems solution

algorithms data-structures

Last synced: 20 Aug 2025

https://github.com/poonamkhatri/php-find-unique-values-function

This repository contains a custom PHP function for retrieving unique values from an array without relying on built-in PHP functions like array_unique(). The function utilizes a straightforward algorithm to identify and collect only the unique elements present in the input array.

array array-manipulations array-methods arraylist arrays arrays-and-strings data-science data-structures data-structures-and-algorithms php php7 php8

Last synced: 31 Mar 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/futarimiti/queue

An implementation of the queue data structure using array.

data-structures java queue

Last synced: 12 Jun 2025

https://github.com/eusebioajas/estructuras-de-datos

Ejercicios y Algoritmos de la Asignatura Estructuras de Datos

algorithms data-structures

Last synced: 25 Mar 2025

https://github.com/tmzane/libds

🧱 Data structures implemented in C

c data-structures hashmap

Last synced: 04 Jul 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/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/taxborn/cis-122

This is most of my code I wrote in my CIS-122 Data Structures class.

c-sharp data-structures mvc

Last synced: 08 Oct 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/lukehb/137-datastructures

Data structures used for building java applications, particularly data-mining projects.

data-structures file java spatio-temporal trajectory

Last synced: 02 Mar 2025

https://github.com/anjaliwork20/moodify

Mood-based music recommendation system that considers a user's emotional state to recommend songs, genres, artists and playlists using Machine learning

artificial-intelligence cnn-keras cnn-model convolutional-neural-networks data data-analysis data-science data-structures data-visualization database deep-learning machine-learning machine-learning-algorithms python recommended song songs

Last synced: 08 Aug 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/lmithilesh-26/data-structures

This Repository contains all the Data Structures and Algorithms concepts and their implementation in several ways in C++.

algorithms coding-interviews cpp20 data-structures implementation problem-solving

Last synced: 03 Jan 2026

https://github.com/vextroyer/heap

Heap data structure implementation on several languages

data-structures heap

Last synced: 12 Jun 2025

https://github.com/cassiofb-dev/arquivos-lista01

programas para lista de arquivos 01

c data-structures filesystem pointers

Last synced: 08 Nov 2025

https://github.com/imran789456123/algo-monster

Practice Data Structures & Algorithms for Interview

algorithms blind75 data-structures neetcode150 python

Last synced: 25 Mar 2025

https://github.com/bookseer/algorithm

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

algorithms data-structures patterns

Last synced: 28 Feb 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/pietrapaz/ed_dados

Arquivos da disciplina de Estrutura de Dados ✅

data-structures estrutura-de-dados

Last synced: 09 Apr 2025

https://github.com/ashirvad47/l.c.d

A collection of LeetCode questions solved by me.

algorithms data-structures database java mysql

Last synced: 02 Jan 2026

https://github.com/saraasgari99/inroadsgame

Strategic graphical game developed using graph algorithms, software design (OOP, defensive programming), unit testing, and memory management techniques

cpp data-structures defensive-programming graph-algorithms gui memory-management object-oriented-programming software-design unit-testing

Last synced: 23 Jul 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