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/teamtigers/echartify

A web application built with .net core 2.2 that has come with the idea of reading the National Election's Data-set of Bangladesh in a fastest possible time and then representing the data-set with different statistical charts.

bangladesh chartjs code-first-migration cross-platform data-analysis data-structures data-visualization dotnet-core election-analysis election-data entity-framework-core materializecss mvc npoi razor-pages

Last synced: 26 Aug 2025

https://github.com/turdibekjumabaev/dsa-practice

🧠 | Data Structures & Algorithms

algorithms data-structures problem-solving

Last synced: 31 Jul 2025

https://github.com/themaximalist/jsonagent

An evolving JSON data-structure that uses gpt-4 to update itself

agent data-structures gpt-3 gpt-4 json llm openai

Last synced: 29 Jun 2025

https://github.com/vaibhav-chittora/dsa-practice

I am Practicing DSA in JavaScript.

data-structures java javascript

Last synced: 25 Feb 2025

https://github.com/mahmoud-elghonemy/datastructureusingc

implementation Data structures by c programing, separate implementation user levels as a header file and programmer level as c file

c data-structures layer user-management

Last synced: 15 May 2025

https://github.com/azarankin/c_reference

C reference

c data-structures

Last synced: 22 Sep 2025

https://github.com/lpogic/suite

Uniwersalny kontener

data-structures java

Last synced: 30 Jul 2025

https://github.com/lesiaukr/algorithm_data_structures

Master's | Base Algorithms & Data Structures | Lectures

algorithms data-structures searching-algorithms sorting-algorithm

Last synced: 22 Sep 2025

https://github.com/hareeshreddi/data-structures-assignments

My attempts for the Data Structures Lab Assignments (CS210 Course) at IIT Guwahati

algorithms algorithms-implemented bst data-structures queue sorting-algorithms stacks topological-sort trees

Last synced: 30 Jul 2025

https://github.com/hackersa3edy/binary_trees

This repository contains C programs for various operations on binary trees, including node manipulation, tree traversal, and property checks (like height, depth, size, and balance factor).

algorithms alx-software-engineering binary-tree c c-language c-programming data-structures tree-traversal valgrind

Last synced: 22 Feb 2025

https://github.com/nkokor/red-black-tree

Implementation of Red-Black Tree data structure using Python

data-structures red-black-tree

Last synced: 06 Mar 2025

https://github.com/kartheekcic/hackerrank_solutions

This repository contains the solution to a bunch of hackerrank problems that I have solved.

algorithms data-structures programming

Last synced: 22 Sep 2025

https://github.com/jacopodl/jcollections

Common data structures for the C language

c collections data data-structures jcollections

Last synced: 30 Jul 2025

https://github.com/4s4v1n/stl-containers

Realization of standart template library (STL)

container cpp data-structures stl stl-containers

Last synced: 27 Aug 2025

https://github.com/thwiseman/algorithms

My versions of various common algorithms.

algorithms data-structures sorting

Last synced: 21 Sep 2025

https://github.com/oatw/algorithm

Example implementations of data structures and algorithms in Ruby for learning.

algorithms data-structures ruby

Last synced: 29 Jul 2025

https://github.com/tamschi/pinus

A prickly BTreeMap.

data-structures hacktoberfest pinning rust

Last synced: 23 Mar 2025

https://github.com/zyx-0314/dsa-patient-record-management-system-v.2

A C++ console application for managing patient records. Features include patient registration, display, and update.

basic-programming cpp data-structures school-project

Last synced: 29 Jul 2025

https://github.com/uppnrise/daily-coding-problems

Daily coding problems and solutions - Interview preparation and algorithm practice

algorithms coding-problems daily-coding-problem data-structures interview-prep java

Last synced: 29 Jul 2025

https://github.com/csvitor-dev/godatastructure

Creating generic data structures (linked lists, queues, and stacks) in the Go language.

circular-linked-list data-structures go golang google linked-list queue stack

Last synced: 28 Mar 2025

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

This Repo Contains All Programs Regarding DataStructure and Algorithms in java.

algorithms data-structures java

Last synced: 05 Mar 2025

https://github.com/vivivivianne/bunarr

A simple c99 dynamic array implementation

c99 data-structures dynamic-array

Last synced: 23 Mar 2025

https://github.com/mohindar99/js_datastructures_algorithums

It consists of data structures and algorithums codes in javascript

algorithms-and-data-structures data-structures javascript

Last synced: 26 Feb 2025

https://github.com/silent0wings/smarter-priority-queue-spq-adt-implementation

This repository contains the implementation of a Smarter Priority Queue (SPQ) Abstract Data Type (ADT) using a parameterized heap. The SPQ is designed to support both min-heap and max-heap configurations with dynamic adaptability and efficient management.

abstract-data-type adt adt-implementations adt-template data-structures data-structures-algorithms dsa dynamic-queue heap java optimized-queue pq priority-queue queue resizable-arrays-implementation resizable-arrays-implemented smart-priority-queue spq tree

Last synced: 01 Sep 2025

https://github.com/subhan-liaqat/leetcode-problems

This repository includes all the LeetCode Problems which are most asked in big tech interviews.

algorithms cpp data-structures dsa faang leetcode python

Last synced: 14 Mar 2025

https://github.com/saibarathr/comments-system

Multi-level comments handling using react component with tailwind css and tree data structure

data-structures reactjs tailwindcss

Last synced: 25 Feb 2025

https://github.com/pjiwm/ads

Sandbox for the subject algorithm and data structures.

algorithms algorithms-and-data-structures data-structures java school-assignment

Last synced: 02 Mar 2025

https://github.com/randomgamingdev/doublelinkedlistlibjs

A simple double linked list that stores the head, tail and length of the list.

data-structures easy easy-to-use javascript linked-list list simple small

Last synced: 29 Jul 2025

https://github.com/ndsvw/simple-unionfind

A very simple implementation of the UnionFind data structure (Java)

circle-detection data-structures union-find

Last synced: 15 Oct 2025

https://github.com/pronazmul/dsa_js

Implementing Data Structure and Algorithm in JavaScript. Implemented Data Structures like (Stack, Queue, link list), Sorting Algorithms like (Linear Search, Binary Search). Big O Notation, Time Complexity and Space Complexity.

algorithms data-structures dsa js

Last synced: 29 Jul 2025

https://github.com/derafu/container

Flexible Data Containers for PHP

containers data-structures json php schema

Last synced: 07 Nov 2025

https://github.com/yo-mah-ya/algorithms-and-data-structures

Just implement programs along with certain algorithms and data structures

algorithms clang cpp data-structures

Last synced: 14 Mar 2025

https://github.com/applicativesystem/python-datastructure

my approach of solving the leetcode, interviewcode and other questions

data-structures python-3

Last synced: 29 Jul 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/kgorze/dna-adjoint-graph-solver

Implementacja operacji i transformacji grafów w C++. Zawiera wykrywanie grafów liniowych, analizę grafów sprzężonych, wizualizację za pomocą Graphviz oraz konwersje między różnymi reprezentacjami grafów. Zawiera testy jednostkowe i dokumentację.

cpp data-structures graph-algorithms graph-theory graphs

Last synced: 20 Sep 2025

https://github.com/thecoder507/recommendation-software

"Pizza Radar: A practice project to locate pizzerias in Panama City by district. Using LinkedList data structures, it organizes districts and their pizzerias for efficient searches. Note: Some pizzeria data is fictional for testing purposes."

beginner beginner-project data-structures linkedlist panama-city practice-project python

Last synced: 20 Sep 2025

https://github.com/lin93555/-algorithm-training-cpp-py

LeetCode algorithm practice using C++ and python. Includes detailed explanations, comments, and time complexity analysis for each solution.

algorithms cpp data-structures leetcode python solutions

Last synced: 18 Mar 2025

https://github.com/cryptography-research-lab/go-cycle-string

循环字符串数据结构(CycleString)

cryptography data-structures utils-library

Last synced: 12 Jan 2026

https://github.com/shubhamvv611/crm-management-system-for-kasturi-agency

I alone have developed the best CRM (Customer Management System) for the business of Kasturi Agency and have done all the project design and data flow management from the beginning, I alone have made this project using technology like Bootsrap4 HTML5 CSS3, PHP6, jQuery, Data tables JS, Purify CSS, and JavaScript

banners bootstrap crm css3 data-structures html-css-javascript html5 javascript jquery load-balancer load-balancer-test mobile-web optimization-algorithms php6

Last synced: 14 Mar 2026

https://github.com/marcoschalet/parade

Criando um mini jogo em C com intuito de treinar conceitos para monitoria em Algoritmos e Estrutura de Dados.

c data-structures game

Last synced: 20 Sep 2025

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

Explore data structure by Java

data-structures java

Last synced: 29 Mar 2025

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

This repository contains my attempts at solving the questions on popular programming sites [Codility: https://codility.com, Leetcode: https://leetcode.com, Hackerrank: https://hackerrank.com]

algorithms data-structures data-structures-algorithms

Last synced: 28 Jul 2025

https://github.com/farhantips/data_structures

This repository contains practical implementations and exercises related to the concepts taught in the course on Data Structures. It provides hands-on coding examples to help understand key concepts like arrays, linked lists, stacks, queues, trees, graphs, and more, fostering deeper learning through practical experimentation.

arrays bracu bracucse cse220 cse220lab data-structures graph linkedlist python queue stack tree

Last synced: 28 Jul 2025

https://github.com/antunesluis/estrutura-dados

Trabalhos que realizei na disciplina de estrutura de dados 2023/2

c data-structures ppm-image-editor

Last synced: 26 Feb 2025

https://github.com/sushantjadhav416/dsa_and_competitive_programs

This repository contains programs related to Data Structures and Algorithms (DSA) and competitive programming

algorithm-challenges algorithms data-structures dsalgo-questions maang-preparation programming-exercises

Last synced: 30 Jul 2025

https://github.com/ritik-gupta/dsa-450

Solutions of 450 DSA questions by Love Babbar

c cpp data-structures dsa dsa-algorithm

Last synced: 11 Jun 2025

https://github.com/jlgarridol/kson

A format to save HashMaps inspired on JSON using a key:value format

data-structures format hashmap json kson

Last synced: 31 Jul 2025

https://github.com/abdurrehman7452/route-optimization-for-event-logistics

A Data Structures and Algorithms C++ project in which a logistics team needs to understand the shortest distance to reach the destination keeping in view the constraints.

bfs-algorithm cplusplus cpp data-structures dsa graphs-algorithms queues-ds

Last synced: 03 Jan 2026

https://github.com/rickbarretto/rickland

My personal repository for testing concepts in different languages. Patterns, Algorithms, Data Structures...

algorithms data-structures design-patterns patterns

Last synced: 09 Mar 2026

https://github.com/dyna-bytes/data-structure-and-algorithm

[KECE208] Data Structure and Algorithm, Korea Univ.

algorithms data-structures

Last synced: 25 Mar 2025

https://github.com/iamklevy/datastructures-algorithms-problem-solving-

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

algorithms data-structures interview-questions leetcode

Last synced: 15 May 2025

https://github.com/bluediu/static-data-structures

Static data structures C, Python and Rust

c data-structures python rust

Last synced: 25 Mar 2025

https://github.com/skylar-lorena/python

An introductory course to Python. Learn Python from scratch with mini-exercises

beginner-code data-structures introduction-to-python python python3 pythonbasics pythontutorial

Last synced: 26 Nov 2025

https://github.com/rimubytes/algoquest

Collection of LeetCode questions to ace the coding interview!

algorithms data-structures leetcode-solutions

Last synced: 26 Nov 2025

https://github.com/cariad/nvalues

Python package for working with n-dimensional volumes of data

data-science data-structures python

Last synced: 28 Mar 2025

https://github.com/sauravrwt/practicals

B.Tech(IT) program, students are required to complete practicals starting from the 3rd semester.

compiler-design computional-methods daa data-structures dbms java oops-in-cpp operating-system pslp

Last synced: 01 Apr 2025

https://github.com/kingcitaldo125/pytrie

My implementation of a Trie(tree) data structure

data-structures

Last synced: 14 May 2025

https://github.com/bosley/ak24

Lightweight C application kernel providing core data structures (lists, maps, buffers), memory management, and optional Boehm GC integration for building robust applications.

application-framework boehm-gc c closures concurrency data-structures garbage-collection memory-management string-intern

Last synced: 21 Feb 2026

https://github.com/ghivert/elm-data-dumper

Dump data structure easily in Elm!

data-structures elm formatter

Last synced: 30 Jul 2025

https://github.com/njoyedevs/frontendmasters

This repository will house my coursework at Frontend Masters - Algorithms & Data Structures. Feel free to review all the algorithms that I have learned

algorithms data-structures jest typescript

Last synced: 25 Mar 2025

https://github.com/maemoonfarooq/shortest-path-finder-using-parallel-processing

Welcome to the Parallel Shortest Path Finder! This innovative tool is designed to swiftly determine the shortest routes between pairs of nodes in a graph. Leveraging the power of Dijkstra's algorithm, it navigates graph connections using an adjacency list and a hash table-based distance matrix for optimal efficiency.

bash-script c data-structures mpi openmp-parallelization

Last synced: 23 Mar 2025

https://github.com/ishivanshgoel/swiggy-system-design

Minimalistic Software Design of a food ordering Company.

data-structures hashmap linked-list queue stl

Last synced: 28 Feb 2025

https://github.com/jasonwashburn/dsa-python

Implementing Data Structures and Algorithms in Python using TDD

algorithms data-structures tdd

Last synced: 26 Mar 2025

https://github.com/xorz57/binarysearchtree

Binary Search Tree written in C++14

binary-search-tree cpp data-structures datastructures

Last synced: 24 Mar 2025

https://github.com/azaz9026/myntra_review_project

Myntra Scraper Project Project Overview: The Myntra Scraper Project is designed to extract product data from the Myntra website. This tool enables users to gather information such as product names, prices, descriptions, ratings, and images for analysis, comparison, or personal use.

data-science data-structures data-visualization filesystem github mogodb mogoose python3 strreamlit web-scraping

Last synced: 27 Dec 2025

https://github.com/nouranhaitham/competitve_programming_reference

A collection of competitive programming templates and C++ solutions for number theory, graph algorithms, and various challenges.

algorithms codeforces competitive-programming cplusplus data-structures number-theory solutions

Last synced: 04 Jan 2026

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

A collection of my practice codes for Data Structures and Algorithms (DSA) topics from my university.

c data-structures

Last synced: 23 Oct 2025

https://github.com/msskowron/godatastructures

Collection of data structures implemented in Golang.

data-structures go

Last synced: 26 Feb 2025

https://github.com/haunt98/panda-go

Contains simple data structure

data-structures go golang golang-library golang-package

Last synced: 23 Apr 2025

https://github.com/armcburney/practice

:pencil2: Practice problems implemented in C++, Python, Scala, and Ruby

algorithms data-structures python scala

Last synced: 30 Jul 2025