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/Akilesh-GA/PythonMazeSolver

a maze represented as a 2D array where 1s are walls and 0s are open paths. The player or algorithm starts at a designated entry point and aims to reach the exit point. You can implement various algorithms to solve the maze, such as Depth-First Search (DFS), Breadth-First Search (BFS), or A

data-structures python

Last synced: 23 Feb 2026

https://github.com/shan18/algo-wiki

Implementation of various algorithms and data structures

algorithms algorithms-implemented data-structures

Last synced: 06 Sep 2025

https://github.com/adithaker/datastructures_algos_c

👓(ONGOING) This repo will contain all ds and algorithms required for competitive programming in

algorithms c competitive-programming data-structures deque linked-list queue stack

Last synced: 01 Mar 2025

https://github.com/cainky/dsapy

DSA implemented in Python [in progress]

algorithms-and-data-structures data-structures python-dsa

Last synced: 27 Feb 2025

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

Common data structures implemented in Python

algorithms data-structures

Last synced: 25 Jan 2026

https://github.com/hacker1649/manipulation-of-large-dataset

Project for a data structures course. Programming language C++ used. In order to efficiently organise, analyse, store, and retrieve information from a computer, data structures are a specific manner of grouping data in a specialised format. They are a method of managing data that makes it simple to utilise. To manage the huge data, we have applied.

cpp data-structures datamanipulation dataset kaggle-dataset structured-data

Last synced: 12 Mar 2026

https://github.com/momen-alshouha/data-structure-singly-linked-list

This repository contains C++ implementation of a singly linked list using object-oriented programming principles. It includes classes for nodes, iterators, and the linked list itself, providing essential functionalities such as insertion, deletion, traversal, and more.

cpp crud-operation data-structures linked-list oop-principles singly-linked-list

Last synced: 27 Feb 2025

https://github.com/aamiranwar/sea

A curated list of programs in C for the study of Data structures and Algorithms.

algorithm c data-structures

Last synced: 02 Apr 2025

https://github.com/i30101/csds-labs

Completed Labs for Woodson High School CS Data Structures Course

data-structures java jpanel

Last synced: 01 Mar 2025

https://github.com/mblumtritt/invariable

The Invariable data class for Ruby.

data-structures ruby ruby-gem

Last synced: 08 Aug 2025

https://github.com/fayllan111/projeto_jogo_xadrez

Implementação de um jogo de xadrez em Java, abordando conceitos de POO, herança, coleções e desenvolvimento em camadas.

chess-game colections data-structures developer-portfolio hierarchy java oop oops-in-java polimorphism project-patterns

Last synced: 16 Dec 2025

https://github.com/mekhails/splay-tree

Realization of splay tree data structure on C language.

c data-structures

Last synced: 16 Mar 2025

https://github.com/lapets/pillowcases

Library that makes it possible to work in a concise, algebraic way with Python Imaging Library image objects.

data-structures image-processing pil pillow pillow-library python-image-library wrapper-library

Last synced: 18 Aug 2025

https://github.com/solarnetwork/nifty-tou

A delightful little data model and set of utilities for working with time-of-use tariff policies.

data-structures es2022 tariffs typescript

Last synced: 26 Mar 2025

https://github.com/akaliutau/python-idioms

Effective Python

data-structures python3

Last synced: 23 Nov 2025

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

A simple data structures, algorithms samples using JavaScript

algorithms data-structures javascript js

Last synced: 28 Feb 2025

https://github.com/usmanmehmood55/queue

A queue implementation in C

buffer c data-structures queue

Last synced: 23 Feb 2025

https://github.com/ganeshkadam65/leetcodesolutionscpp

LeetCode has emerged as one of the most popular platforms for honing programming skills and preparing for technical interviews. As a coding enthusiast or a job seeker in the tech industry, having a solid understanding of data structures and algorithms is crucial

algorithms c code coding competitive-programming cpp data-structures leetcode leetcode-cpp leetcode-solutions programming python software-development software-engineering

Last synced: 24 Oct 2025

https://github.com/mbrsagor/pythonnote

Study in python latest code and node serial

basic-programming data-structures mathematics oop python-library python3

Last synced: 02 Mar 2025

https://github.com/mkwapisz2000/cpp-priority-queue

This project implements a priority queue using two data structures: Binary Heap (Heap), Linked List (LinkedList)

alghorithms cpp data-structures heap linked-list priority-queue

Last synced: 30 Jun 2025

https://github.com/yuni3740/ai_for_evolving_anthropomorphicrobots

This repository explores how artificial intelligence drives the evolution of anthropomorphic robots. It includes a slide presentation, a detailed written report, and instructions for setting up the development environment. 🐙🌟

data-structures debugging english-language git github jupyter-notebook markdown microsoft-excel microsoft-office microsoft-powerpoint microsoft-word numpy opencv project-management python restful-apis unity

Last synced: 31 Jul 2025

https://github.com/rfdzan/lru_cache

An efficient LRU (Least Recently Used) cache implementation, inspired by python's OrderedDict

data-structures lru-cache scala

Last synced: 10 Jan 2026

https://github.com/valcler-manoel/exercises-in-c

The objective of this study is to develop a solid understanding of core programming concepts and data structures in C. Each program in this repository helps reinforce problem-solving techniques while applying theoretical knowledge into practical coding exercises.

arrays-and-matrices data-structures memory-management recursion

Last synced: 13 Jul 2025

https://github.com/ahmedtrb/linkedlist

implementing a linkedlist data structure in c++

cpp data-structures linked-list

Last synced: 21 Feb 2025

https://github.com/jorodragon/graph

Learning Graph - Data Structures

data-structures graph

Last synced: 17 Mar 2025

https://github.com/thomascode92/fem-algorithms

Learn about Big O, time complexity, fundamental data structures like arrays, lists, trees, graphs, and maps. Even searching and sorting algorithms. 💡📚

algorithms data-structures frontendmasters typescript

Last synced: 18 Aug 2025

https://github.com/ayhamratrout/stack

This repository contains my implementation of a generic Stack data structure using a generic LinkedList data structure. The Stack has been tested for functionality and the XUnit tests are included in this repository.

backend backend-development collections csharp data-structures generic-collections generic-programming generic-types generics linkedlist oop oop-principles stack xunit xunit-tests

Last synced: 06 Jul 2025

https://github.com/bieelogrom/filasdinamicas

Lista de atividades de listas dinâmicas em Java.

data-structures fila java queue

Last synced: 17 Aug 2025

https://github.com/debjeetsarkar/js-structures

Commonly used data structure's implementation using javascript

data-structures javascript

Last synced: 17 Aug 2025

https://github.com/colowill/currency-converter

Java currency converter that uses WebScraping to update it's conversion rates.

currency-converter data-scraping data-structures gui java-8

Last synced: 27 Jan 2026

https://github.com/hyunsb/java-algorithm-practice

JAVA 알고리즘 문제풀이 저장소

algorithm data-structures java

Last synced: 02 Apr 2025

https://github.com/zot/differencelists.jl

A difference list implementation for Julia. These are a highly efficient and simple way to build up lists from parts: appending, prepending, and concatenation are all very fast (constant time). They're also immutable, so you can reuse the parts.

data-structures julia utilities

Last synced: 18 Sep 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/moromichele/cs-typescript-jest-practice

Rewriting simple data structures and design patterns examples from javascript to typescript + jest testing as practice

data-structures design-patterns jest typescript

Last synced: 26 Mar 2025

https://github.com/hoangeiu/js-algo-data-structure

JavaScript Algorithms and Data Structures Masterclass (Udemy Course)

algorithms data-structures javascript

Last synced: 17 Mar 2025

https://github.com/hein-htetsan/dsa-source-code

Algorithms make writing code faster and more reliable.

algorithms data-structures

Last synced: 16 Aug 2025

https://github.com/lmizner/data_structures_coding_interviews

Coding practice with the most common data structures in Python

data-structures graphs hashing heaps linked-lists lists queues stacks trees tries

Last synced: 02 Apr 2025

https://github.com/lmizner/spell-checker

A program that implements a spell checker by cross checking words from a dictionary file with the words from a user specified text file. Words matching those in the dictionary will be deemed correctly spelled, while those not matching values found in the dictionary file are flagged as misspelled.

c data-structures hash-table linked-list

Last synced: 02 Apr 2025

https://github.com/aliaks-ei/data-structures

A collection of the most famous data structures implemented in Typescript

binary-search data-structures editorconfig-checker hash-table javascript jest linked-list typescript unit-testing

Last synced: 25 Oct 2025

https://github.com/saleh-coder/datastructuresandoperators

Project created to consolidate my knowledge of data structures and algorithms.

algorithms data-structures es6 javascript learning web-development

Last synced: 14 Jun 2025

https://github.com/meetzaveri/javascript-algorithms-and-snippets

Various Algorithms and snippets in javascript.

algorithm data-structures javascript js

Last synced: 11 Mar 2025

https://github.com/lmithilesh-26/cses-problem-set

This Repository contains My Solutions to the CSES Problem-Set.

algorithms cpp20 cses-problem-set-solution data-structures problem-solving

Last synced: 17 Mar 2025

https://github.com/aryanshukla206/gfg160

Solve 160 GeeksforGeeks questions in a systematic manner, explaining concepts and workflows daily.

data-structures java

Last synced: 02 Apr 2025

https://github.com/nextgengk/dsa-bootcamp

In this repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways.

algorithms data-structures data-structures-and-algorithms dsa dsa-bootcamp java java-dsa striver striver-a2z-sheet striver-a2z-sheet-solutions striversa2zdsa

Last synced: 05 Oct 2025

https://github.com/nguyenbn7/algorithms_specialization

Learn To Think Like A Computer Scientist. Master the fundamentals of the design and analysis of algorithms.

data-structures divide-and-conquer graph-algorithms shortest-path-algorithm

Last synced: 05 Oct 2025

https://github.com/pot-pourri/array-list

Dynamic array data structure for JavaScript

agpl amortized computer-science data-structures javascript

Last synced: 12 Dec 2025

https://github.com/pot-pourri/sll

:izakaya_lantern: Singly linked list data structures for JavaScript

agpl computer-science data-structures javascript linked-list ordered-collections

Last synced: 12 Dec 2025

https://github.com/alphaleporus/leetabhyas

Daily DSA grind on LeetCode – Abhyas of code, logic, and consistency.

algorithms auto-sync competitive-programming cronjob data-structures dsa github-actions java leetcode leetcode-export python workflow

Last synced: 04 Oct 2025

https://github.com/misa-j/leetcode

my solutions to leetcode problems

algorithm algorithms data-structures leetcode

Last synced: 06 Oct 2025

https://github.com/fahimsifnatul/godatastructures

A ready to use collection of data structures written in GO for you

data-structures go-data-structures go-queue go-set go-stack queue set stack

Last synced: 14 Jan 2026

https://github.com/maipa01/mstd

mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.

bsd-3-clause cpp cpp-library cpp20 cross-platform data-structures function-type-traits header-only macros macros-cpp open-source ordered-map ordered-set overflow-detection standard-library-extension string-utilities terminal-utilities utility-library

Last synced: 10 Feb 2026

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

This repository contains implementations of common algorithms and Leetcode problems in C++.

algorithms cpp data-structures leetcode

Last synced: 06 Oct 2025

https://github.com/manasmalla/learning-kotlin

a series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the A-Z striver sheet, provided by TakeYouForward™️.

algorithms data-structures dsa kotlin leetcode

Last synced: 06 Oct 2025

https://github.com/waseemofficial/dsa_python

Data Structures and Algorithms in Python

algorithms data-structures excalidraw python scripts yml yml-files

Last synced: 08 Feb 2026

https://github.com/forketyfork/coding-problems-kotlin

Solutions to various coding problems and algorithms implemented in Kotlin

algorithms coding-problems data-structures kotlin programming-practice

Last synced: 26 Feb 2026

https://github.com/tyra9/diagram-collection

写博客过程中制作的所有图例、图解,都放在这个仓库(支持.drawio)。

computer-networks data-structures database java javaweb mysql operating-system spring springboot

Last synced: 25 Feb 2026

https://github.com/raveriss/cpp09

C++ Module 09: STL. Ce module contient des exercices pour se familiariser avec la Standard Template Library (STL) en C++98. Les exercices incluent la manipulation de conteneurs standards et l'implémentation d'algorithmes de tri et de notation polonaise inversée.

algorithms bitcoin bitcoin-exchange cpp cpp98 data-structures merge-sort reverse-polish-notation stl

Last synced: 26 Feb 2026

https://github.com/1ayanabil1/algorithms

Welcome to the Algorithms repository! 🚀 This repository is dedicated to documenting and sharing my journey through algorithm learning, with a special focus on the Grokking Algorithms book.

codewars codewars-solutions data-structures hackerrank hackerrank-solutions jupyter-notebook leetcode leetcode-python leetcode-solutions machine-learning prob python search-algorithm searching searching-algorithms

Last synced: 09 Feb 2026

https://github.com/gauravmcode/dsa-assignments

repository of assignments for Data Structures and Algorithm course on ineuron.ai

data-structures dsa-algorithm dsa-practice

Last synced: 07 Feb 2026

https://github.com/josugoar/scinet

Network science abstract data types

algorithms data-structures

Last synced: 10 Feb 2026

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

data structures and algorithms

algorithms data-structures

Last synced: 24 Jan 2026

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

Go Data Structures

data-structures go golang

Last synced: 11 Feb 2026

https://github.com/charmoniumq/algo

Algorithms that I implement for fun

automata data-structures

Last synced: 11 Feb 2026

https://github.com/stevenschmatz/treegen

🎄 Fast and memory efficient unlabeled tree generation in Python

academic computer-science data-structures python theoretical-computer-science tree trees

Last synced: 31 Jan 2026

https://github.com/mezantrop/tsqlike

SQL-like interface to tabular structured data

csv data-processing data-structures json python sql-like table

Last synced: 24 Jan 2026

https://github.com/iampavangandhi/codingpracticals

👨‍💻 Basic Coding Practical Questions of C++, Java, and Python

algorithms competitive-programming cpp data-structures dsa-questions java python

Last synced: 16 Mar 2026

https://github.com/adhaamehab/db-collection

My implementation for common algorithm and data structures used in modern database systems.

algorithms data-structures database-internals designing-data-intensive-applications

Last synced: 01 Mar 2026

https://github.com/ale-soares/data-structures-and-algorithms-coursework

Coursework for udemy course JavaScript Data Structures & Algorithms + LEETCODE Exercises

algorithms data-structures data-structures-and-algorithms

Last synced: 01 Mar 2026

https://github.com/elhakimdev/typescript-abstract-data-type

A basic datastructure & abstract data type implementation with Typescript

absraction algorithms data-structures typescript

Last synced: 28 Jan 2026

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