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

Here, work has been done on the basic operations of Data Structure and Algorithm. If these operations are practiced, your basic skills will be strong. Here is used the C and Python programming language. Also, the PyCharm IDE and CodeBlocks are used as compilers.

algorithms c codeblocks data-structures pycharm python

Last synced: 27 Mar 2025

https://github.com/rfieve/data-structures-converters

A TypeScript library to convert binary-search-trees, doubly linked lists of any types to one another.

binary-search-tree data-structures doubly-linked-list typescript utility-library

Last synced: 27 Mar 2025

https://github.com/mxagar/python_software_engineering

This repository contains a guide of Python tailored to professional Software Engineering, covering aspects like Data Structures, Algorithms, Design Patterns & Co.

algorithms data-structures design-patterns python software-architecture software-engineering

Last synced: 14 Jul 2025

https://github.com/hasanyahya101/ds_lab_solutions

Solutions to Data Structures lab questions from Fall 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.

data-structures ds fast lhr nuces programming

Last synced: 19 Jun 2025

https://github.com/rfieve/doubly-linked-list-navigator

A TypeScript library extending the doubly-linked-list with navigation

data-structures double-linked-list typescript utility-library

Last synced: 27 Mar 2025

https://github.com/seralaci/csharp-algorithm-challenges

Algorithms, data structures and coding challenges in C#

algorithms c-sharp challenges csharp data-structures dotnet leetcode

Last synced: 21 Aug 2025

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

A crash course on data-structures and algorithms using C/C++ and Python.

algorithms c c-plus-plus data-structures embedded-systems

Last synced: 15 Jul 2025

https://github.com/ndeta100/algorithms_in_javascript

Algorithms and data structures in JavaScript with implementations and small text explanations

algorithm algorithms computer-science data-structures

Last synced: 02 Aug 2025

https://github.com/ngljcb/px-m-ary-tree

Made a m-ary tree in java as final project for "Algoritmi e Strutture Dati" course.

algorithms-and-data-structures data-structures java m-ary tree-structure university-project

Last synced: 15 Jul 2025

https://github.com/matteo-campana/princeton-practice-programming-assignment

Algorithms, Part I Princeton University, programming assignements and interview questions

algotithms coursera data-structures data-structures-and-algorithms java princeton princeton-algs4 princeton-coursera

Last synced: 03 Apr 2025

https://github.com/mrktsm/huffman-encoder

A simple file compression tool implementing Huffman encoding for efficient file size reduction.

algorithms data-structures encoder java junit junit-test treemap trees

Last synced: 18 Mar 2025

https://github.com/dacmarcell/comparacao-bubble-quick-sort

Uma comparação do tempo de execução de um algoritmo de Bubble Sort e outro com Quick Sort

bubble-sort data-structures javascript quick-sort

Last synced: 15 Jul 2025

https://github.com/devprnvk/flighttrackersystem

a simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.

airline c data-structures low-level-programming management memory-allocation reservation-system

Last synced: 26 Mar 2025

https://github.com/saadarazzaq/master-tuples-in-python

Master Tuples in LAYMAN Language ✨

data-structures python tuples

Last synced: 17 Mar 2025

https://github.com/grahamstrickland/clrs

Exercises and C++20 implementations of the algorithms from "Introduction to Algorithms" (3e) - Cormen, Leiserson, Rivest, & Stein

algorithms boost clrs cpp20 data-structures

Last synced: 15 Jul 2025

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

Some basic algorithms and data structures implemented for practice.

algorithm algorithms algorithms-and-data-structures data-structures go golang

Last synced: 14 Jun 2025

https://github.com/ragibasif/merlin

A modern extension to the C Standard Library

algorithms c data-structures macros magic stdlib utility-library wizardry

Last synced: 16 Jul 2025

https://github.com/zdrcdw/traffic-management-system-with-graph-visualization-using-javafx

A Java-based project that visualizes a traffic management system using graph structures and JavaFX. It demonstrates node and edge representation for traffic flow between locations, providing an interactive and visual approach to understanding connectivity.

data-structures dijkstra-algorithm graph-algorithms graph-visualization hashmap interactive-visualizations java javafx network-simulation oops-in-java shortest-path-algorithm traffic-control traffic-management weighted-graphs

Last synced: 18 Mar 2025

https://github.com/otmanedaoudi/datastructures

Data structures practice

data-structures

Last synced: 16 Jul 2025

https://github.com/youssefali11997/problem-solving-in-ds-and-algo-book-solutions

My Solutions to "Problem Solving in Data Structures and Algorithms Using Java" Book.

algorithms data-structures java problem-solving

Last synced: 22 Feb 2025

https://github.com/harismuneer/Queue-using-Stacks

🎁 A complete C++ implementation of Queue using two Stacks.

data-structures double-stacks free-to-use queue stack stack-queue two-stacks

Last synced: 16 Jul 2025

https://github.com/vantamnguyen/dsa

Data Structures and Algorithms

algorithms data-structures

Last synced: 05 May 2025

https://github.com/sciencegenome/datastructure-algorithms

my approach of solving the leetcode, interviewcode and other questions

data-structures python-3

Last synced: 16 Jun 2025

https://github.com/tahaaa22/problem-solving

This collection contains my approaches, thought processes, and final solutions to coding challenges from popular platforms such as LeetCode, HackerRank, and CodeForces.

cpp data-structures problem-solving sql

Last synced: 10 Sep 2025

https://github.com/antonashraf/dsa

Implementing the major Data structures & Algorithms using C/C++ which helping freshers who wish to join the programming stream to start with!

algorithms data-structures linked-list searching-algorithms sorting stack

Last synced: 18 Mar 2025

https://github.com/dacmarcell/xor-impl

Implementação de algoritmo de criptografia utilizando operador XOR

algorithms data-structures typescript xor

Last synced: 16 Jul 2025

https://github.com/ahmed-safa/neet_leet

solves according to neet roadmaps

algorithms cpp data-structures leetcode problem-solving

Last synced: 03 Jul 2025

https://github.com/ranimeshehata/implementing-sorting-techniques

A Java program implementing 3 different sorting techniques.

data-structures java junit-test sorting-algorithms

Last synced: 03 Apr 2025

https://github.com/shenoy-anurag/algo-runner

A python package with tools to let you try coding problems and check your code against your own test cases.

algorithms data-structures helper runner

Last synced: 05 May 2025

https://github.com/marcellorhcp/largest-product-in-a-grid

In the 20×20 grid, what is the greatest product of four adjacent numbers in the same direction using Go programming language

algorithms data-structures exercise golang grid

Last synced: 14 Jan 2026

https://github.com/ehsanshahbazii/useful-university-handouts

📔Contents, important and practical points and some important formulas have been collected in this repository. Additional codes and explanations and their results are also available.

binary-tree codes data-structures handout handouts java tree

Last synced: 25 Feb 2025

https://github.com/muhammadsalmanaziz/dsa-in-c-plus-plus

This repository consist of Practice questions and some leet code problems and DSA in C++ language

algorithms array cpp data-structures dsa dsa-practice

Last synced: 16 Jul 2025

https://github.com/amr-yasser226/ambulance-management-system-dsa

A centralized system for managing ambulance services across multiple hospitals, utilizing data structures to optimize ambulance allocation and improve emergency response times.

algorithms ambulance-management-system course-project cpp data-structures emergency-services hospital-simulation optimization patient-dispatch priority-queue queue real-time-simulation resource-allocation simulation stack systems-design unit-testing zewail-city

Last synced: 17 Jul 2025

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

This repo contains codes on basic data structure and algorithms in Javascript, culled from FreeCodeCamp Youtube video demonstrated by tutor: Beau Carnes

algorithms data-structures dsa-practice freecodecamp

Last synced: 04 Apr 2025

https://github.com/ham7a311/js

Everything related to JavaScript

algorithms data-structures problem-solving projects

Last synced: 18 Jul 2025

https://github.com/winterrdog/dsa-winterrs

i tried to re-implement some algorithms from

algorithms computer-science data-structures python3

Last synced: 17 Jul 2025

https://github.com/keyan/kdtree

Spatial index for nearest neighbor queries over K-dimensional points

data-structures geospatial

Last synced: 26 Jul 2025

https://github.com/shiveshdeogharia/dsa-playground

Interactive C++ Playground for mastering DSA with modular design and unit tests

algorithms cmake competitive-programming cpp20 data-structures data-structures-and-algorithms dsa googletest

Last synced: 17 Jul 2025

https://github.com/adilevi25/memorymanageroop

A C++ memory management system using OOP principles

allocator cpp data-structures memory-management oop simulation

Last synced: 17 Jul 2025

https://github.com/faizanzaheergit/linkedlistbankaccounts

This is an implementation of a Simple Bank Account System using Linked List and Txt File

account-management bank-account banking-system cpp data-structures datastructures filesystem linked-list linkedlists

Last synced: 17 Jul 2025

https://github.com/ribtas007/dsa_cs506

contains all the works that I did while pursuing the DSA_CS506 course.

algorithm c cpp data-structures

Last synced: 18 Mar 2025

https://github.com/harshsahu23/ccp

Contains all the program ever discussed in the PLA1004 - "Competitive Coding Practices" course at VIT Bhopal University, India [Face Trainer]

algorithms competitive data-structures dsa java

Last synced: 17 Jul 2025

https://github.com/candytale55/subdway_routes_with_doubly_linked_lists_js

Model a subway line using doubly-linked-list and node classes. Subway lines have a first and last element, and are comprised of nodes (or stops) with links to the elements before and after them.

codecademy data-structures doubly-linked-list subway-network

Last synced: 17 Jul 2025

https://github.com/gabrieledarrigo/grokking

A repository that contains algorithms and data structure (not only) from "Grokking Algorithm" book

algorithms data-structures grokking-algorithms

Last synced: 18 Mar 2025

https://github.com/murf-y/leetcode

Collection of LeetCode questions to ace the coding interview!

algorithms data-structures

Last synced: 17 Jul 2025

https://github.com/gabrieldiem/assignments_for_algorithms_2

Assignments handed-in for the subject "Algorithms and Programming 2", Mendez's course 2Q2020

7541 algorithms c cli data-structures fiuba memory-management university-assignment

Last synced: 17 Jul 2025

https://github.com/raphaelcausse/cuds

My library of C Utilities and Data Structures.

c data-structures utilities utilities-library

Last synced: 10 Sep 2025

https://github.com/ajgthb2002/photo-gallery--dsa-project

Implementation of a photo gallery along with a few image editing tools, using different data structures in c++

ascii-art cpp data-structures doubly-circular-linked-list matrices object-oriented-programming

Last synced: 17 Jul 2025

https://github.com/kernel-loophole/datastructure

Data structure using c++

data-structures graph linked-list

Last synced: 18 Mar 2025

https://github.com/arprax/arprax-algorithms

Industrial-grade algorithms and data structures for Python.

algorithms applied-data-intelligence arprax benchmarking data-structures performance-analysis python

Last synced: 17 Feb 2026

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

Collection of notes about Data Structures and Algorithms, written in markdown in Obsidian.

algorithms data-structures data-structures-and-algorithms interviews-preparation markdown test-preparation

Last synced: 17 Feb 2026

https://github.com/themysterysolver/leet-and-fun

A collection of LeetCode questions to ace the coding interview!

c-language data-structures db java javascript leetcode mysql pandas-python python python3

Last synced: 19 Jan 2026

https://github.com/thgroblox/advanced_video_stabilization_and_roi_pixel_analysis

Enhance your videos with advanced stabilization and analyze pixel data in defined regions. Explore techniques like optical flow tracking and moving average smoothing. 🚀📹

data-structures debugging english-language git github html markdown numpy opencv project-management python

Last synced: 18 Jul 2025

https://github.com/fdero/lasd

a data-structures library in C++

algorithms data-structures linked-list tree tree-structure

Last synced: 04 Mar 2025

https://github.com/ajksah/pdf-highlighter

This repository offers a straightforward PDF annotation tool built with React and PDF.js. Users can easily highlight text, add comments, and choose from multiple highlight colors. 🌟📄

alorithms analytics annotations awesome computer-science conversational-ai data-structures electronics nlp ocr oop pdf-viewer php react remarkable-tablet retrieval retrieval-augmented-generation technology

Last synced: 16 Jun 2025

https://github.com/hozlucas28/c-algorithms-course-2025

Repository of C algorithms and data structures course of University of La Matanza (@unlam).

2025 algorithms c codeblocks data-structures mit-license practices university university-assignment unlam

Last synced: 18 Jul 2025

https://github.com/wvhulle/map

Reactive data structures such as sets, maps and graphs

data-structures graphs maps observables reactive svelte tensors

Last synced: 20 Jan 2026

https://github.com/mdashraful305/dsa

C implementations of various common data structures and algorithms

algorithm algorithms c data-structures linked-list

Last synced: 18 Jul 2025

https://github.com/ztlaine/assignment7

Unit testing a custom data structure using Java.

data-structures java junit unit-testing

Last synced: 17 Mar 2025

https://github.com/anujdhillxn/cpptries

Serializer-Deserializer for Tries in CPP

cpp data-structures parsing

Last synced: 18 Jul 2025

https://github.com/leodhb/amazon-challenges

Some challenges for their recruitment process

data-structures faang-preparation python

Last synced: 18 Jul 2025

https://github.com/antononcube/raku-data-typesystem

Data type system for different data structures.

data data-structures rakulang type-system

Last synced: 09 Jul 2025

https://github.com/harismuneer/queue-using-stacks

🎁 A complete C++ implementation of Queue using two Stacks.

data-structures double-stacks free-to-use queue stack stack-queue two-stacks

Last synced: 17 Mar 2025

https://github.com/samharrison7/datamapper

Making mapping between datasets as simple as possible.

data data-mapper data-mapping data-science data-structures

Last synced: 17 Mar 2025

https://github.com/thiagosilvaantenor/grafoslista_e_matriz

Exercicios de construção de Grafos com lista e matriz de adjacencia, da disciplina de estrutura de dados, do curso de análise e desenvolvimento de sistemas da FATEC Zona Leste

arrays college-project data-structures estrutura-de-dados fatec-zona-leste graph linked-list lista-encadeada matrices

Last synced: 19 Jul 2025

https://github.com/misterzurg/stepik_csc_algorithms

📓 Solutions to Stepik "Алгоритмы: теория и практика", "Алгоритмы: теория и практика. Структуры данных", "Алгоритмические задачи с собеседований aka Ace Your Next Coding Interview by Learning Algorithms", "Ликбез по дискретной математике" courses

algorithmic-warm-up algorithms algorithms-and-data-structures data-structures descrete-math greedy-algorithms stepik

Last synced: 30 Dec 2025

https://github.com/kylepw/multistack

Example of multiple stacks in one array.

algorithms array data data-structures python stack

Last synced: 17 Mar 2025

https://github.com/sammyne/data-structures-and-algorithms-go

Data structures playground in Go

algorithms data-structures

Last synced: 18 Mar 2025

https://github.com/bethanyuo/solidity-contracts

Smart Contracts and Solidity using the Remix IDE.

data-structures remix remix-ide smart-contracts solidity

Last synced: 19 Jul 2025

https://github.com/ahmed-roshdy-1/dojo-blog

it's blog post project for add and delete post and filter post per tag

composition-api data-structures firebase vue vue3

Last synced: 02 Mar 2025

https://github.com/sanam2405/grind

Testimony to my grinding

algorithms data-structures dsa

Last synced: 19 Jul 2025

https://github.com/jfrimmel/talks-and-sources

This repository contains a list of talks and papers, that I find insightful and worth sharing

c concurrency conference conference-talk cplusplus cpp data-oriented data-structures list optimization papers rust security simd software-arch software-design talk talks video videos

Last synced: 19 Jul 2025

https://github.com/headlessnode/dsa

My first GitHub repository showcasing a collection of code snippets that highlight my learning journey in data structures and algorithms. From basic arrays to complex trees and graphs, these practical implementations demonstrate my growing expertise

algorithms beginner-friendly code-examples code-snippets coding-challenges coding-practice competitive-programming cpp data-structures learning-resources problem-solving

Last synced: 28 Dec 2025

https://github.com/daleksla/sgl

Salih's Generic Library (SGL) contains generic containers, procedures to manage their contents, & algorithms.

algorithms c containers data-structures

Last synced: 05 Oct 2025

https://github.com/asungur/data_structures_and_algos

Go,Ruby and Python implementations of common algorithms and data structures

algorithm algorithms data-structures go golang interview interview-preparation ruby

Last synced: 19 Jul 2025

https://github.com/walkerrandolphsmith/rust-data-structures

Common data structures implemented in rust.

data-structures rust

Last synced: 17 Mar 2025

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

Intro to algortihms and data structures using Python.

algorithms big-o data-structures python

Last synced: 17 Mar 2025

https://github.com/arshad-khalid/patient-queue-management-system

A queue management system for patients in a clinic

algorithms c data-structures queue-management

Last synced: 19 Jul 2025

https://github.com/poyea/vis-tree

Command-line generator for some data structures

cli command-line command-line-tool data-structures datastructures ts typescript

Last synced: 03 Apr 2025

https://github.com/yousefkhalaf0/data_structure

Examples of DS concepts with c#

csharp data-structures

Last synced: 27 Mar 2025

https://github.com/joscha-alisch/algorithms

A collection of data structures and algorithms in various languages for practicing purposes

algorithm-challenges algorithms c data-structures golang katas kotlin python

Last synced: 29 Oct 2025

https://github.com/a920604a/leetcode

leetcode to record

algorithms data-structures

Last synced: 03 Mar 2025