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/tmccombs/rust-cons

A persistent single-linked list for Rust

data-structures functional-programming rust

Last synced: 21 Mar 2025

https://github.com/bloiseleo/codecrossfit

Training some data structures and algorithms implementations

algorithms data-structures

Last synced: 21 Mar 2025

https://github.com/princeinscripts/dsa-practice-with-cpp-pw

A practice code repository for learning C++ programming language fundamentals alongside Data Structures and Algorithms (DSA) concepts via Programming with Mosh tutorials, aiding in mastering core computer science principles through hands-on exercises.

algorithms c-plus-plus coding-challenge computer-science data-structures learning-resources programming

Last synced: 27 Mar 2025

https://github.com/parminderpaul/lru-cache

This repository contains an object-oriented implementation of an LRU Cache in multiple programming languages. It demonstrates efficient `get` and `put` operations using a hashmap and doubly-linked-list structure. 🐙💻

arc asyncio cache caching cpp data-structures fifo-cache go header-only in-memory lfu lfu-cache lru lru-cache python server strapi volatile

Last synced: 15 Jun 2025

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

All my problem solvings from codeforces, hackerrank, leetcode and other websites.

algorithm algorithms c codechef codeforces data-structures dsa go hackerrank leetcode lua problem-solving python rust sql

Last synced: 30 Oct 2025

https://github.com/sheel-ui/advance-data-structures

Red Black tree and Priority Queue implementation for solving complex problems.

data-structures min-heap object-oriented-programming priority-queue red-black-trees

Last synced: 21 Aug 2025

https://github.com/kurayami07734/dsa-cpp

Data Structures and Algorithms in C++

algorithms cpp data-structures

Last synced: 03 Apr 2025

https://github.com/abdellahbellakrim/push_swap-42

Implement a sorting algorithm in C using a minimal number of instructions and utilizing two stacks.

algorithms c data-structures low-level-programming sorting-algorithms stack

Last synced: 24 Jun 2025

https://github.com/choonchernlim/spring-modularizer

Transforms an input object into a modularized result object based on the requested data module(s).

data-structures design-patterns groovy java-8 spring

Last synced: 11 Apr 2025

https://github.com/arriqaaq/hash

Hash is an in-memory Redis like hash datastructure

data-structures golang redis

Last synced: 20 Mar 2025

https://github.com/nicovandenhooff/advent-of-code-2022

This repository contains my solutions to the Advent of Code 2022 coding challenge.

advent-of-code advent-of-code-2022 algorithms data-structures optimization python

Last synced: 21 Aug 2025

https://github.com/andirsun/datastructures-poo-algorithms

My Own data structures implementations in javascript

data-structures javascript

Last synced: 23 Feb 2025

https://github.com/fomadev/kiva-db

KivaDB v1.0.0 : Moteur Clé-Valeur haute performance en C. Architecture Append-Only & Indexation RAM (O(1)). Vitesse : +38 000 ops/sec (Buffered I/O). Inclus : Shell interactif, Scan, Stats et Compaction. Fiabilité : Verrouillage de fichier et Stress Test validé. Un stockage léger, rapide et robuste sous licence MIT.

append-only c data-structures database hacktoberfest hash-map high-performance key-value-store mit-license nosql open-source storage-engine

Last synced: 02 Feb 2026

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

Data structure and algorithm implementations and visualizations in React.

algorthims ci-cd data-structures framer-motion github-actions react typrescript unit-testing

Last synced: 29 Apr 2025

https://github.com/kevwjin/multiple-listing-service

View 2020 San Jose Housing data (e.g. address, price, beds, etc.) by sorting by price or listing houses within a given price range. View the efficiency and organization of data structures used.

data-structures

Last synced: 27 Mar 2025

https://github.com/fracasula/go-playground

Playing around with algorithms, data structures, time and space complexities

algorithms complexity data-structures golang

Last synced: 20 Mar 2025

https://github.com/trilhaaprendizagem/trilhafilapilha

Projeto Java utilizando IntelliJ IDEA para implementação de estruturas de dados como fila e pilha. Este projeto inclui exemplos práticos de uso dessas estruturas, bem como uma classe principal para testá-las em cenários reais de aplicação.

data-structures example-code intellij-idea java programing queue stack testing

Last synced: 17 Feb 2026

https://github.com/scisamir/alx-low_level_programming

For ALX SE low level programming

algorithms c data-structures makefiles

Last synced: 23 Feb 2025

https://github.com/amrtamertech/clsstack_with_dynamic_array_library-cpp

A C++ template-based stack implementation built using a custom dynamic array class (clsDynamicArray) and extended from a custom queue structure (clsMyQueueArr). This project demonstrates how to implement a flexible stack structure with additional features such as element insertion, updating, reversing, and random access, beyond traditional LIFO beh

cpp data-structures dynamic-array generic-programming inheritance oop stack templates

Last synced: 15 Jun 2025

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

Implementation of the most popular algorithms and data structures in Python.

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

Last synced: 21 Aug 2025

https://github.com/yogeshsingh-11/map-navigator

Implemented a console-based navigation system capable of processing map and query data, employing a priority queue data structure for efficient route. Conducted performance analysis by calculating the average execution time of navigation queries using optimized navigation Algorithms.

algorithms-and-data-structures console-application data-structures gui-application kivy navigation python

Last synced: 02 Feb 2026

https://github.com/dnut/json-match-finder

Python application used to match listings against openings via authenticated JSON API access.

data data-structures data-wrangling database json-api python-application python-modules

Last synced: 28 Mar 2025

https://github.com/selectiveduplicate/dsago

Data structures and algorithms in Go, for learning purposes

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

Last synced: 25 Dec 2025

https://github.com/alexzajac/cs014_assignements

Group assignements for the CS014 class at UCR.

algorithms cplusplus data-structures

Last synced: 28 Mar 2025

https://github.com/caleb-mantey/dsa

Data structures and algorithms in javascript. Useful resource to get a basic introduction to linear and non-linear data structures concepts.

data-structures javascript js linear-data-structures non-linear-data-structures

Last synced: 29 Mar 2025

https://github.com/abhinav9444/hackerrank

This repository serves as a personal collection and showcase of my coding skills, problem-solving techniques, and progression through various coding challenges on HackerRank. It is also intended to help others learn and understand different approaches to solving programming problems in various languages.

algorithms algorithms-and-data-structures c data-structures hackerrank hackerrank-solutions programming python python3 ruby

Last synced: 03 Apr 2025

https://github.com/sushilsree98/data-structures-and-algorithm

Few of the basic data structures and algorithms are maintained in this repository.

algorithms algorithms-and-data-structures data-structures

Last synced: 20 Mar 2025

https://github.com/junlarsen/algdat

Implementation of all algoritms and data structures from TDT4120 at NTNU in Scala

algorithms data-structures scala

Last synced: 21 Mar 2025

https://github.com/jazaltron10/ds-algo_python

Explore Python's Data Structures and Algorithms in this comprehensive guide. Uncover efficient software design, delve into Python implementations, and enhance your coding skills for the challenges in computer science and software development.

algorithms data-structures python python3

Last synced: 09 Sep 2025

https://github.com/bmmunga/alx-low_level_programming

A repository containing projects on C programming as part of the full-stack software engineering programme at ALX Africa facilitated by Holberton School.

algorithms c data-structures makefile

Last synced: 27 Mar 2025

https://github.com/jitendragangwar123/dsa-using-cpp

This Repository have Data Structure and Algorithms concepts solving through C++.

algorithms cpp data-structures

Last synced: 03 Mar 2025

https://github.com/giulioz/tensorlibrary

Assignment for Advanced algorithms and programming methods [CM0470] course.

cpp data-structures metaprogramming template tensor

Last synced: 27 Mar 2025

https://github.com/aguven6/inmemory-data-processor

Convert tabular data to columnar data with index. Aim is to process huge data quicker especially in aggregation operation

columnar-storage data data-structures parallel-computing parallel-programming processing

Last synced: 12 Oct 2025

https://github.com/victor-fiamoncini/my_structures

Study of some data-structures

c data-structures

Last synced: 19 Jun 2025

https://github.com/harshpreet931/the-ultimate-dsa-prep

The Ultimate Guide to Data Structures and Algorithms (DSA). A comprehensive, community-driven resource with clear explanations and code implementations in Python, Java, C++, and JavaScript. Perfect for learning, interview preparation, and mastering DSA concepts.

algorithm-challenges algorithms c-plus-plus coding-interviews computer-science cpp data-structures dsa education interview-preparation java javascript learn-to-code programming python

Last synced: 15 Jun 2025

https://github.com/woodprogrammer/go-hashmaps

HashMaps DataStructures Golang Implementations

data-structures hashing

Last synced: 28 Oct 2025

https://github.com/jiaqiluo/summer-activity-library-v2

A practice for binary search tree(BST)

binary-search-tree bst cpp data-structures

Last synced: 21 Mar 2025

https://github.com/jiaqiluo/shortcut-navigator

A practice for directed graph abstraction using an adjacency list

css data-structures graph

Last synced: 21 Mar 2025

https://github.com/stylepatrick/data-structure-arithmetic-algorithm

Some examples for arithmetic data structures algorithm.

algorithm data-structures java

Last synced: 21 Mar 2025

https://github.com/kauefraga/learning-data-structures

📦 Aprendendo estruturas de dados. Português + Golang.

brazil brazilian-portuguese data-structures golang learn learning

Last synced: 02 Apr 2025

https://github.com/kiplingw/skiplist

Kip's implementation of William Pugh's (1989) probabilistic linked list with logarithmic access time.

algorithm balanced-tree data-structures linked-list logarithmic-complexity probabilistic-data-structures

Last synced: 22 Dec 2025

https://github.com/dudubraga/unicap-cc-programacao-e-estruturas-de-dados

Cadeiras - Programação Estruturada + Estruturas de Dados I e II + Grafos

algorithms c data-structures java university-course

Last synced: 29 Oct 2025

https://github.com/mofirojean/data-structures-and-algorithm

Contains code on the various data structures and algorithm implemented in various programming languages

algorithms-and-data-structures data-structures javascript linked-list python3 queue searching-algorithms sorting-algorithms stack tree-structure typescript

Last synced: 05 Apr 2025

https://github.com/matheusgrodrigues/estrutura-de-dados-e-algoritmos-com-javascript

Escreva um código JavaScript complexo e eficaz usando a mais recente ECMASCRIPT.

algorithms data-structures jest tdd typescript

Last synced: 27 Mar 2025

https://github.com/mrigank005/c-programming

Welcome to my C Programming Repository! This repository contains a collection of C programs that cover fundamental concepts, data structures, algorithms, and real-world applications. Whether you are a beginner or an experienced programmer, you'll find useful resources here.

c data-structures

Last synced: 05 Apr 2025

https://github.com/felipenobrg/c-exercices

C exercises for my college.

arrays c data-structures pointers

Last synced: 22 Aug 2025

https://github.com/mattiz3k/c-plus-plus-programming

# C Plus Plus ProgrammingThis repository contains my semester practice tasks for C++ programming, offering a beginner-friendly collection of core concepts. Ideal for students and self-learners, it covers basic I/O, loops, arrays, functions, and more. 🐙✨

algorithms-and-data-structures competitive-programming computer-programming cpp data-structures example-code hacktoberfest-accepted hacktoberfest2020 ide markdown programming-language snu snu-2d snuprogrammingtools streaming-media topcoder-solutions udp-server web-ide

Last synced: 03 Aug 2025

https://github.com/avijeetpandey/ps-java

Code snippets for coursework to learn java

algorithms data-structures java

Last synced: 20 Mar 2025

https://github.com/aadewunmi/songsplaylist

A java-console-based program that mainpulates a playlist for songs e.g. add song, remove song etc.

algorithms arraylist data-structures java-8 linked-list

Last synced: 20 Mar 2025

https://github.com/af2b/datastructure

A comprehensive collection of fundamental data structures implemented in different langs with practical, real-world examples. Each implementation includes detailed documentation covering from basic concepts to advanced usage, focusing on both educational understanding and practical applications.

clojure data-structures golang golang-examples ruby rust swift

Last synced: 30 Dec 2025

https://github.com/dylankle/dieting-data

Food and water tracking application with GUI written completely in Java

data-structures gui input-output object-oriented-programming

Last synced: 15 Jun 2025

https://github.com/victornpb/weakmatrix

A bi-dimensional WeakMap object implementation, for storing weak references to data associated with 2 keys. map[key][key] = value

2d-map bi-dimensional data-structures javascript matrix weak-map weak-table weakmap

Last synced: 03 Apr 2025

https://github.com/welli7ngton/c-data-structures

Implementation of data-structures from basic to advanced in C and testing them all, all the codes are based in this playlist: https://youtu.be/bryesHll0vY?si=W-r62UHfNyX0ryHC

algorithms c c-algorithms c-data-structures-and-algorithms data-structures tests

Last synced: 09 Jul 2025

https://github.com/snhilde/dsa

Data Structures and Algorithms

algorithms data-structures golang

Last synced: 09 Mar 2026

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

This project is dedicated to implementing a variety of fundamental data structures and algorithms in C++ for educational purposes. The goal is to enhance my understanding of core computer science concepts through hands-on coding and problem-solving.

algorithms data-structures list queue stack vector

Last synced: 01 Mar 2025

https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v1

This project check the equation(infix expressions) if it balanced or invalid, then infix expressions, then convert it to postfix.

data-structures java javafx

Last synced: 16 Jun 2025

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

My journey through the fascinating world of data structures and algorithms.

algorithms data-structures python

Last synced: 20 Mar 2025

https://github.com/codingwizard2001/dsa

DSA is defined as a combination of two separate yet interrelated topics – Data Structure and Algorithms.

cpp data-structures datastructures-algorithms

Last synced: 27 Mar 2025

https://github.com/cdellacqua/reactive-circular-queue.js

A circular queue implementation with reactive features and Symbol.iterator support.

data-structures

Last synced: 09 Sep 2025

https://github.com/rawanfarakhnah/leetcode-solutions

A collection of my LeetCode solutions in Python and JavaScript, categorized by difficulty (Easy, Medium, Hard). Focused on clean code, efficient solutions, and improving problem-solving skills.

algorithms data-structures javascript leetcode problem-solving python

Last synced: 27 Mar 2025

https://github.com/kockarevicivan/dart-snippets

Set of Dart snippets: algorithms, data structures, graph searches etc, created for demonstration purposes.

dart data-structures graph-traversal snippets sorting-algorithms

Last synced: 27 Mar 2025

https://github.com/afonsojramos/feup-aeda

Project made for "Algoritmos e Estruturas de Dados", a subject from the 2nd year, 1st semester.

aeda algorithms algorithms-datastructures data-structures feup feup-aeda

Last synced: 20 Mar 2025

https://github.com/luandersonalvesdev/restaurant-orders-trybe

Logic challenges with time and space complexity of algorithms.

algorithm algorithms computer-science data-structures python3

Last synced: 30 Dec 2025

https://github.com/yapeansa/lista_encadeada

Estudando a estrutura de listas encadeadas com linguagem C.

c data-structures linked-list

Last synced: 28 Mar 2025

https://github.com/aryank1511/battlesnake

Battlesnake is multiplayer game where your code is the controller! All you need is a web server that responds to the Battlesnake API.

algorithms battlesnake data-structures python3

Last synced: 28 Mar 2025

https://github.com/omkar-savoikar/employee-project-management-system

CSC105 Lab Project. A C Application to manage employee leaves and salary. It uses data structures such as LinkedLists for storing the data.

c-programming c-programming-language data-structures linked-list makefile

Last synced: 11 Sep 2025

https://github.com/joshjarabek7/delivery-truck-routing

A project based off of the multiple vehicle routing problem with time windows and constraints.

algorithms data-structures hashtable-chaining multiple-vehicle-routing-problem nearest-neighbor-search python travelling-salesman-problem

Last synced: 28 Mar 2025

https://github.com/patrickshaw/university-fit2004-labs

FIT2004 Assignment for my lab for week 10. Core component: Detecting if a vertex is a bridge.

algorithms data-structures graph-theory performance practice sorting study theory trees university

Last synced: 03 Apr 2025

https://github.com/douglasrizzo/data_structures

A bunch of data structures in C++ I did in order to learn the language

data-structures

Last synced: 04 Apr 2025

https://github.com/kalash9630/algocraft

A web site to help you to track your progress on learning algorithms for cracking interviews.

algorithms bootstrap css data-structures express firebase javascript mern mongo node react

Last synced: 30 Dec 2025

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

📊 Hometask - Basic Algorithms and Data Structures (Basic data structures)

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

Last synced: 23 Jul 2025

https://github.com/ryanlarge13/algos

Algorithm testing, creation, manipulation & more in every language I can work with

algorithms cpp data-structures js rust

Last synced: 05 Apr 2025

https://github.com/soumyajit4119/my-codingjournal

✍️ A daily log of my coding practice, projects, and learning progress — organized by topics, languages, and goals.

algorithms css data-structures hackerrank html5 java javascript leetcode mysql notes problem-solving python

Last synced: 11 Apr 2025

https://github.com/dhruvkb/man106

some C++ programs made for the course MAN-106

cplusplus-11 data-structures iit-roorkee

Last synced: 05 Apr 2025

https://github.com/vaibhavmojidra/data-structures---linked-list-in-java

Linked List is a sequence of links which contains items. Each link contains a connection to another link. Linked list is the second most-used data structure after array.

data-structures java java-8 linked-list mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 12 Apr 2025

https://github.com/vaibhavmojidra/data-structures---stack-using-array-in-java

A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.

array data-structures java mojidra stack vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 12 Apr 2025

https://github.com/sohnryang/code-archive-cplusplus

My useful algorithms and data structure implementations... in C++

algorithms c-plus-plus data-structures graph-algorithms math-algorithms segment-tree treap

Last synced: 09 Sep 2025

https://github.com/matheussnicacio/insertionsort

Insertion 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: 08 Aug 2025

https://github.com/srodriguezamarillo/milkyroutes

MilkyRoutes es un proyecto en Java que utiliza algoritmos avanzados y estructuras de datos para optimizar rutas en la distribución de productos lácteos. Utiliza un grafo para representar las conexiones y aplica algoritmos de caminos mínimos para encontrar las rutas óptimas.

advanced-java algo avl-tree data-structures dijkstra graph-theory hashing java junit maven optimization route-planning shortest-paths unit-testing

Last synced: 12 Apr 2025