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/a920604a/leetcode

leetcode to record

algorithms data-structures

Last synced: 03 Mar 2025

https://github.com/douglasdotv/cs50x

A repository for CS50 problem sets, labs and final project.

ai c cs50 cs50x cybersecurity data-structures python sql web-development

Last synced: 11 Jul 2025

https://github.com/julianp911/proyecto_1_202010_sec_4_team_5

📚 Proyecto 1 - Estructura de Datos

data-structures generic geojson java java11

Last synced: 28 Mar 2025

https://github.com/lmithilesh-26/interview-bit-solutions

This Repository contains Topic wise Solutions to various problems on Interview_Bit Practice section in C++.

algorithms cpp20 data-structures interview-bit practice-programming solutions

Last synced: 17 Mar 2025

https://github.com/rubenwihler/c-dynamic-array

Une simple implémentation d'un tableau dynamique générique en C. Les éléments du tableau sont stockés dans un espace mémoire contigu. La taille des éléments est spécifiée lors de la création du tableau.

c data-structures dynamic-array generic

Last synced: 13 Sep 2025

https://github.com/tanvi-surana/data-structures

:pushpin:Implementation of data structures

algorithms c-plus-plus data-structures

Last synced: 27 Mar 2025

https://github.com/larzuaga11/trivia_movie

Project that simulate the Backend of a Cinema App.

cpp data-structures linked-list object-oriented-programming

Last synced: 17 Mar 2025

https://github.com/torao/banded-hash-tree

bht: Reference implementation of Banded Hash Tree, an immutable and appendable hash tree (Merkle tree).

blockchain data-structures database hash merkle-tree merkletree

Last synced: 13 Mar 2025

https://github.com/c1m50c/py-data-structures

Package containing various data structures written in Python, primarily for learning purposes.

binary-search-tree binary-tree data-structures doubly-linked-list linked-list mit-license python python-3

Last synced: 29 Dec 2025

https://github.com/yuvrajchandra/dsapractice

This repository contains topic-wise questions and solutions for DSA practice.

algorithms data-structures dsa mathematics

Last synced: 28 Nov 2025

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

Algorithms and data structures in Typescript

algorithms data-structures typescript

Last synced: 04 Apr 2025

https://github.com/akshaypratapsingh09/data_structure_and_algorithm

This is a practice repo and boiler plate for all the data structures and Algorithms implemented Using Python

algorithms data-structures hashtable linked-list python3 tree

Last synced: 10 Jan 2026

https://github.com/igoraugust0/data-struct-1

đź“• RepositĂłrio para arquivos da disciplina GSI006 - Estrutura de Dados 1

abstract-data-type adt conditionals data-structures data-structures-and-algorithms expressions linked-list loops pointers queue sequential-list stack

Last synced: 30 Dec 2025

https://github.com/jnsougata/assignments

Assignments I'm working on as part of my studies

data-structures dbms os programming

Last synced: 20 Jul 2025

https://github.com/otabek-kholmirzaev/awesome-dsa

A 𝗿𝗼𝗮𝗱𝗺𝗮𝗽 for data structures and algorithms with comprehensive tutorials & practice resources.

algorithms awesome coding-interviews data-structures dsa faang-preparation leetcode roadmap

Last synced: 03 Mar 2025

https://github.com/gojax64/my-data-structures

This is a repository where I present all data structurs that I have made.

cpp data-structures

Last synced: 20 Jul 2025

https://github.com/swapnilsachan03/apna-college-dsa

This is where I'll commit all the code of what I learn in Apna College's DSA with C++ playlist.

algorithms apna-college data-structures dsa

Last synced: 03 Apr 2025

https://github.com/gurrudev/dsa

Data Structures & Algorithms

algorithms c cpp data-structures dsa

Last synced: 29 Oct 2025

https://github.com/carlosagalicia/tc1031-act52-integral-activity-hash-template-ad2023

This program processes and evaluates the results of a competitive programming contest, ranking teams based on the number of problems solved, penalty time, and team number. It uses tuples and maps to record results and calculate penalties.

cplusplus cpp data-structures labs

Last synced: 03 Mar 2025

https://github.com/carlosagalicia/tc1031-act43-integral-activity-graphs-template-ad2023

This program processes a forest represented as a graph, counting the number of trees and acorns. It uses maps and vectors to manage the vertices and edges, determining the connections and components of the graph.

cplusplus cpp data-structures labs

Last synced: 03 Mar 2025

https://github.com/carlosagalicia/tc1031-act23-integral-lineal-data-structures-template-ad2023

This program simulates the Josephus problem, where people are arranged in a circle and eliminated every k-th step until only one remains. It uses lists and iterators to manage the elimination process and determine the safe position.

cplusplus cpp data-structures labs

Last synced: 03 Mar 2025

https://github.com/carlosagalicia/tc1031-act34-integral-activity-trees-template-ad2023

This program determines whether a given tree is a spruce tree, where every non-leaf node has at least three leaf children. It uses maps and vectors to track nodes and their children, ensuring the tree meets the spruce tree criteria.

cplusplus cpp data-structures labs

Last synced: 03 Mar 2025

https://github.com/ancs21/cs

My journey to Master of Science in Computer Science (C/C++, Python, Javascript)

alogrithms c computer-science data-structures python

Last synced: 26 Jun 2025

https://github.com/nivasharmaa/climate-and-economic-justice

Java-based application for managing and processing climate and economic information for USA communities using a layered linked list structure. Features include CSV data import, efficient data management, and retrieval methods. Ideal for learning and applying OOP and linked lists.

algorithms algorithms-and-data-structures csv-processing data-management data-structures file-io java-libraries linked-lists object-oriented-programming

Last synced: 26 Dec 2025

https://github.com/mahmudmardini/stack

Data Structures course 2019 (3rd semester)

data-structures stack

Last synced: 03 Mar 2025

https://github.com/chinnanj666/data-structures-sorting-python

data structures -sorting algorithms using python.

data-structures python sorting-algorithms-implemented

Last synced: 03 Mar 2025

https://github.com/mp81ss/miniclib

Mini C data-structure library containing vector and list

c data-structures header-only list vector

Last synced: 17 Mar 2025

https://github.com/chinnanj666/data-structures-string-using-cpp

string data structures using c++

cpp data-structures strings

Last synced: 03 Mar 2025

https://github.com/tomas542/dsaa

Data Structures and Algorithms on Python, C, C++ and Rust

algorithms c cpp data-structures python rust

Last synced: 30 Dec 2025

https://github.com/erykmika/datastructures

This repository contains my solutions to the tasks that I had to solve during the "Data structures and time complexity" classes.

data-structures politechnikawroclawska university-project

Last synced: 02 Mar 2025

https://github.com/giri7a/java-fintech-transaction-processor

Java Fintech Transaction Analyzer: A program for processing fintech transaction logs. Analyzes statuses, identifies peak times, and lists failures. Includes a test class for functionality demonstration. Efficiently monitors and gains insights into transaction dynamics.

algorithmic-logic data-representation data-structures date-and-time-handling documentation exception-handling java oops string-formatting testing

Last synced: 02 Mar 2025

https://github.com/ibfleming/the-fundamentals

This repository contains various implementations of programming concepts, principles, and techniques...

algorithms algorithms-and-data-structures c-plus-plus data-structures

Last synced: 05 Apr 2025

https://github.com/seanballais/a-crazy-calculator

A simple calculator where the operations utilize stacks that are implemented with queues that are implemented by arrays that are implemented by linked lists.

data-structures java

Last synced: 24 Dec 2025

https://github.com/hostileninja72/leetcode-hackerrank

My solution codes for LeetCode challenges.

cpp data-structures leetcode-solutions

Last synced: 02 Mar 2025

https://github.com/gojax64/cci

Problem solving for the book Cracking the Coding Interview.

data-structures logic-programming

Last synced: 11 Sep 2025

https://github.com/sanjaraiy/dsa_interviewpracticse

This repository is your go-to for DSA practice, featuring a wide range of problems from basic to advanced, all coded in C++. Elevate your coding skills and ace your interviews! 🚀📚

algorithms cpp17 data-structures data-structures-and-algorithms vscode

Last synced: 23 Feb 2025

https://github.com/yousryessam/competitive-programming-library

All the essentials for competitive programmers in one place. This repository contains core code snippets , Data Structure and Algorithms commonly used in competitive programming

algorithms competitive-programming cpp data-structures icpc problem-solving reference

Last synced: 03 Mar 2025

https://github.com/mandober/js-data-structures

Data structures in JS

data-structures javascript

Last synced: 23 Feb 2025

https://github.com/mahrjose/algorithms

Notes and Simulation for various Algorithms & Data Structures that I've learned.

algorithms analysis complexity cpp data-structures mahrjose notes python3 simulation

Last synced: 16 Jul 2025

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

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

basic-programming cpp data-structures school-project

Last synced: 17 Mar 2025

https://github.com/sanjaraiy/dsa_series

Explore the efficiency of countSort in this DSA playground! 📊✨ Master sorting algorithms with hands-on practice.

alogrithms countsort cpp data-structure-and-algorithm data-structures vscode

Last synced: 23 Feb 2025

https://github.com/bottomsnode/searching-and-sorting-python

Explore Python implementations of essential searching and sorting algorithms. From linear and graph searches to bubble, merge, and quick sort, this repository offers crucial tools for learners and practitioners, enhancing problem-solving skills and coding proficiency.

data-structures python searching-algorithms sorting-algorithms tkinter-graphic-interface

Last synced: 12 Mar 2025

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

Teaching data structures for some school classes

data-structures java

Last synced: 03 Mar 2025

https://github.com/wassimans/algorithmic-thinking-zingaro

Rust implementations for Daniel Zingaro's Algorithmic Thinking book problem set

algorithms data-structures rust-lang

Last synced: 23 Feb 2025

https://github.com/aliramazanov/js-30-lc

Leetcode 30 Days of JavaScript Challenge

algorithms data-structures javascript typescript

Last synced: 29 Dec 2025

https://github.com/zyn10/pick_the_leader_using_circular_linkedlist

pick the leader problem using cpp in circular linked list

circular-linked-list cpp data-structures pick-the-leader

Last synced: 27 Dec 2025

https://github.com/hamzahussyn/algorithms-and-datastructures-fcc

For free code camp's javascript algorithms and datastructures stream, here are my project solutions.

algorithms algorithms-and-data-structures data-structures fcc fcc-frontend freecodecamp javascript projects

Last synced: 29 Dec 2025

https://github.com/anupam-dagar/codebase

A collection of c and c++ codes that I have written.

c c-programming cpp data-structures

Last synced: 04 Apr 2025

https://github.com/thomas-chqt/utilscpp

C++ Utility library

cpp data-structures utility

Last synced: 24 Feb 2025

https://github.com/preetesh21/data_structures

This repo contains the source code written by me for the CS201 course.

c-language data-structures

Last synced: 08 Sep 2025

https://github.com/imrandil/python_mini_5_project

5 Python mini projects, that will showcase that i am familiar with the python and can work with python as well.

data-structures learning-by-doing projects python

Last synced: 02 Mar 2026

https://github.com/capjamesg/piece-table

An implementation of the piece table data structure in Python.

data-structures piece-table

Last synced: 09 Jul 2025

https://github.com/thomas-chqt/libft

C library containing common utility functions

42 algorithms data-structures library utility

Last synced: 24 Feb 2025

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

This repository contains implementations of fundamental data structures in Java.

data-structures

Last synced: 23 Feb 2025

https://github.com/dannycalleri/ture

Collection of algorithms and data structures written in TypeScript for fun

algorithms data-structures typescript

Last synced: 23 Feb 2025

https://github.com/129ashish/ds_c_list

in this repository here I have discussed about the different type of operations can be performed on Linked List.

c-language data-structures linked-llist

Last synced: 28 Mar 2025

https://github.com/parasgarg/leetcode-coding-practice

LeetCode's practice solutions for the problems based on Algorithms and Data Structures.

algorithms data-structures java leetcode practice-programming problem-solving programming-challenges

Last synced: 29 Mar 2025

https://github.com/vscav/algo-lab

Algorithmic practical course.

algorithms data-structures qt

Last synced: 23 Feb 2025

https://github.com/wesgtox/data-structure-ii

College "Data Structure II" exercises.

algorithms c cpp data-structures hash-table tree-structure

Last synced: 02 Mar 2025

https://github.com/infinite-null/react-structs

React-Structs is an open-source project that brings data structures to life with interactive visualizations and animations. Built using React Native, this project aims to make learning data structures intuitive, fun, and accessible on Android

cross-platform data-structures educational interactive open-source react-native visualization

Last synced: 17 Mar 2025

https://github.com/onnesok/cse220_lab

Cse220 lab codes.... bracu

data-structures python

Last synced: 23 Feb 2025

https://github.com/jhtkoo0426/route-finder

An interactive journey planner for transporting via metro in major cities (currently supports London Underground only)

data-structures integration-testing javascript path-planning reactjs unit-testing visualization

Last synced: 23 Feb 2025

https://github.com/thomasalbertodev/javascript_freecodecamp

Learn JavaScript Algorithms and Data Structures Freecodecamp

algorithms data-structures javascript

Last synced: 04 Mar 2025

https://github.com/nohomey/sdp-directory-tree-homework

Code for the third Data structures and algorithms course homework (File matcher)

allocator cpp14 data-structures iterator

Last synced: 02 Mar 2025

https://github.com/lupcode/node-lup-expires

Offers different data structures that allow temporary storing of objects

data-structures expire npm-package

Last synced: 04 Mar 2025

https://github.com/zurd46/zurdsynthdatagen

This Electron project uses the OpenAI ChatCompletion API to generate synthetic datasets in either German (DE) or English (EN).

data data-structures dataset electron json jsonl nodejs openai synthetic

Last synced: 30 Dec 2025

https://github.com/rameshaditya/dynamic-hybrid-data-grid

Facilitates faster read-and-write of large ordered collections of data.

algorithms data data-structures storage

Last synced: 23 Feb 2025

https://github.com/luisvalgoi/unisinos-algorithms

Unisinos Algorithms I had to create during the college

algorithms data-structures java sort

Last synced: 20 Jul 2025

https://github.com/nachiket-072005/data_structure-algorithm

In this repo, I am uploading Data-Structure-and-Algorithm in Java with Step by step chapter code basics to advanced topics like DP, Graph and so on.

c data-structures java

Last synced: 17 Mar 2025

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

This Repository contains Data Structures and Algorithms i implemented during practice

algorithms coursera coursework data-structures data-structures-algorithms data-structures-and-algorithms

Last synced: 26 Mar 2025

https://github.com/gozeloglu/hubbmnet

Fall 2018-2019

c data-structures queue stack

Last synced: 23 Feb 2025

https://github.com/ali7haider/apto_distribution_system_dsa_project

A system having multiple role user(Admin,Manager,Customer,Sale Agent). A map is also integrated in the app which calcualte the shortest distance two points.

data-structures dsa dsa-algorithm filesystem linked-list pyqt5 python queue stack

Last synced: 23 Feb 2025

https://github.com/ale-soares/cracking-the-coding-interview-solutions

Personal Cracking the Coding Interview solutions written in Python with Big O Analysis.

algorithms cracking-the-coding-interview data-structures data-structures-and-algorithms

Last synced: 01 Mar 2026

https://github.com/ahmednassar7/money-hub

A bank management system.

algorithms cpp data-structures database oop sql

Last synced: 26 Mar 2025