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/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/rylei-m/ry_2024_leetcode_arrays_and_strings

Leetcode for reviewing and learning DSA topics.

algorithms data-structures dsa-practice leetcode python3

Last synced: 21 Feb 2025

https://github.com/firmanmm/go-smc

Simple Message Codec Golang Implementation

data-structures encoder-decoder golang message message-codec

Last synced: 26 Mar 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/mxagar/accelerated_computer_science_coursera

This repository contains my notes on the Specialization "Accelerated Computer Science Fundamentals" from Coursera / University of Illinois.

algorithms data-structures

Last synced: 09 Apr 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/tim-hub/avl_bst_tree

an AVL tree

data-structures

Last synced: 17 Mar 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/fdero/lasd

a data-structures library in C++

algorithms data-structures linked-list tree tree-structure

Last synced: 04 Mar 2025

https://github.com/mustafahakkoz/network_analysis

Centrality calculations of a graph in C language

centrality-calculations data-structures social-graph

Last synced: 30 Oct 2025

https://github.com/orelba/knights-travails

Finding the shortest path of a chess knight from point A to point B on a chessboard using a BFS algorithm

breadth-first-search computer-science data-structures graph-algorithms

Last synced: 02 Mar 2025

https://github.com/splode/practice-ts

This project documents ongoing efforts to enrich my understanding of CS concepts while learning TypeScript.

algorithms data-structures typescript

Last synced: 04 Nov 2025

https://github.com/stynw7/algorithm_and_programming_python

Provides programs of Basic Algorithm and Programming using Python

algorithms algorithms-and-data-structures data-structures oop oops-in-python python

Last synced: 15 Jun 2025

https://github.com/yehezkiel1086/data-structure-solutions

📖 Data structures and algorithms solutions writte in C/C++ language

algorithm cpp data-structures

Last synced: 28 Mar 2025

https://github.com/remonhasan/cp-code-library

algorithms & data structures that i learned for CP 💡

cpp data-structures number-theory prefix-notation stl-algorithms

Last synced: 23 Feb 2025

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

Algorithms and Data Structures

algorithms computer-science data-structures

Last synced: 23 Feb 2025

https://github.com/walberto-con-g-de-gato/c_basicoperations

Explore C programming exercises focused on basic operations, including summation, filtering, and analysis of sequences. Perfect for beginners! 🚀💻

c data-structures debugging english-language git github imperative-programming markdown opencv-python project-management

Last synced: 24 Jun 2025

https://github.com/yousefkhalaf0/data_structure

Examples of DS concepts with c#

csharp data-structures

Last synced: 27 Mar 2025

https://github.com/yagoleo/go-algo

用 Go 实现的数据结构和算法之路,日渐完善中,敬请期待!

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

Last synced: 08 May 2025

https://github.com/guyfrommilkyway/dsa-js

Data Structures and Algorithms for JavaScript

algorithms data-structures dsa javascript

Last synced: 30 Oct 2025

https://github.com/yehezkiel1086/dsa-stuffs

Programming problem solutions which includes SQL problems solutions, linux shell, also data structures and algorithms.

algorithms c codeforces coderbyte codewars cpp data-structures hackerrank leetcode linux python spoj sql toki

Last synced: 09 Apr 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/bernardobarreto/python-data-structures

Data Structures implementation in Python 3

data-structures linked-list python queue stack

Last synced: 15 Jun 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/shoyeb45/datastructureandalgorithm

This repo contains implementation of various data structure and algorithms.

algorithms cpp data-structures data-structures-and-algorithms dsa java python3

Last synced: 30 Oct 2025

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

Just a repo that contains all my data structures and algorithms practice.

algorithms algorithms-and-data-structures algorithms-datastructures data-structures

Last synced: 16 Oct 2025

https://github.com/abdo-essam/queue

Data Structure Course

data-structures

Last synced: 01 Mar 2026

https://github.com/a920604a/leetcode

leetcode to record

algorithms data-structures

Last synced: 03 Mar 2025

https://github.com/dorukgezici/datastructures-hw2

Circular and Doubly Linked List Implementation with C++

c-plus-plus circular-linked-list data-structures doubly-linked-list homework itu

Last synced: 03 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/captainabernathy/cpp_programming_principles

Programming: Principles and Practice Using C++

algorithm cpp data-structures educational tutorial

Last synced: 12 May 2025

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

This is experimental implementation of Singly Linked List

data-structures python

Last synced: 24 Jun 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/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/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/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/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/infinity-boi/dsa-codes

Popular Competitive Programming Questions essential for interview preparation

algorithms competitive-programming data-structures leetcode spoj

Last synced: 12 Dec 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/akhaled01/cs214

All the data structure implementations for the CS214 Course

algorithms data-structures java

Last synced: 29 Dec 2025

https://github.com/palashhawee/cracking-the-coding-interview-by-mcdowell-book-

In this repository I'll keep uploading all my practice solutions to the amazing book on "Cracking the Coding Interview" by Gayle Laakman Mcdowell using Python language with different approaches. This repository is corelated to one of my repositories called "Data Structure and Algorithm" and has been extended as a part of my preparations for coding interview.

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

Last synced: 27 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/ryansakurai/data-structure-pack

Pack of data structures implemented in C

c data-structures deque heap list ordered-list queue stack

Last synced: 21 Mar 2025

https://github.com/ryansakurai/task-list

Implementation of a task list using an ordered list and a stack, based on a Data Structures project.

c data-structures

Last synced: 20 Jul 2025

https://github.com/eliasdeallmeida/tic-tac-toe-game-tree

Algoritmo que analisa a melhor jogada para um tabuleiro de jogo da velha por meio de uma árvore de jogadas.

data-structures game-tree minimax-algorithm python tic-tac-toe

Last synced: 29 Dec 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/thefcraft/cp-algorithms

A personal repository for competitive programming solutions, including CSES, Project Euler, and HackerRank problems, with custom debugging utilities and scripts.

algorithms cpp data-structures

Last synced: 03 Apr 2025

https://github.com/manesioz/leetcode

Data Structures and Algorithm Practice

algorithms data-structures leetcode

Last synced: 23 Feb 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/basemax/circlequeuego

The Circle Queue implementation in Go. The circle queue is a special version of a queue where the last element of the queue is connected to the first element of the queue forming a circle. The operations are performed based on FIFO (First In First Out) principle. It is also called 'Ring Buffer'.

circle-queue data-structure data-structure-and-algorithm data-structures data-structures-and-algorithms go golang queue

Last synced: 24 Jun 2025

https://github.com/ajlekcahdp4/queue

My implementation of queue data structure

c data-structures queue ring-buffer

Last synced: 25 Jun 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/ihalavin/gendiff

Structure differences finder

data-structures php

Last synced: 30 Oct 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/saadarazzaq/4d-notepad-data-structures-project

Notepad implementation using 4 Dimensional Linked Lists

cpp data-structures linked-list semester-project

Last synced: 17 Mar 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/lucashnss/if672-algorithms-lists

Lists of algorithms in the course algorithms and data structures (IF672) in CIN-UFPE. Along this course I've been introduced to various efficient and creative ways to resolve common problems in computer science like ordering and learning data structures to do that.

algorithms cpp data-structures

Last synced: 23 Feb 2025

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

Highly important projects written in C for understanding basics and fundamentals of Data Structures.

algorithms c data-structures heap linked-list tree-structure

Last synced: 30 Mar 2025

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/rfieve/doubly-linked-list

A zero-dependency TypeScript library to work with double linked lists and arrays of any types.

array data-structures doubly-linked-list typescript utility-library

Last synced: 24 Jun 2025

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

Master Dictionaries in a LAYMAN Language ✨

data-structures dictionaries python

Last synced: 17 Mar 2025

https://github.com/salvpimp/java_collections_threads

Explore Java collections and threads with practical exercises. Enhance your OOP skills through encapsulation, inheritance, polymorphism, and abstraction. 🌟💻

arraylist c collections concurrent-programming data-structures debugging english-language git github markdown multithreading priority-queue project-management queue runnable threadpool

Last synced: 30 Dec 2025

https://github.com/gurrudev/dsa

Data Structures & Algorithms

algorithms c cpp data-structures dsa

Last synced: 29 Oct 2025

https://github.com/harsha-yuvaraj/Data-Compression-and-Decompression-Tool

A specialized lossless file compression and decompression tool designed mainly for plain text, including programming files.

data-structures huffman-compression-algorithm lossless-compression-algorithm numpy python tkinter

Last synced: 02 May 2025

https://github.com/sanketmaru/dsa-gfg

Data Structure & Algos implemented in Typescript

algorithms data-structures linked-list queue recursion stack tree typescript

Last synced: 09 Apr 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/nullthefirst/fcc-Cash-Register

freeCodeCamp - Cash Register

algorithms data-structures

Last synced: 23 Oct 2025

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

Master Sets in a LAYMAN Language ✨

data-structures python sets

Last synced: 17 Mar 2025

https://github.com/gispada/js-dsa

Data structures and algorithms exercises in JS

algorithms data-structures exercises javascript

Last synced: 28 Oct 2025

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/saadarazzaq/master-tuples-in-python

Master Tuples in LAYMAN Language ✨

data-structures python tuples

Last synced: 17 Mar 2025

https://github.com/joshsizer/meeting_scheduler

Schedule, keep track of, and validate meetings with this GUI-enabled, SQL backed JavaFX application.

data-structures encapsulation java javafx sql

Last synced: 12 Mar 2025

https://github.com/dho-rae/wonderlust

WonderLust is a Python-based travel recommendation system that suggests destinations based on user preferences. The program processes structured data using dictionaries and sets while incorporating error handling and user interaction. Developed for the Information Structures with Python course.

data-structures decision-support error-handling python python-programming travel-recommender university-project user-input

Last synced: 08 Jul 2025

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/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/thomas-chqt/utilscpp

C++ Utility library

cpp data-structures utility

Last synced: 24 Feb 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/thomas-chqt/libft

C library containing common utility functions

42 algorithms data-structures library utility

Last synced: 24 Feb 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