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/ggcr/go-algorithms

A collection of LeetCode problems, data-structures and algorithms in Go following the TDD cycle.

algorithms data-structures go leetcode leetcode-solutions neetcode tdd

Last synced: 09 Aug 2025

https://github.com/jon-brandy/data-structure

MY ANSWERS OF ALL DATA-STRUCT ASSIGNMENTS IN LECTURES

c data-structures

Last synced: 27 Jun 2025

https://github.com/esenmx/collection_notifiers

Collections with implementation of ValueListenable/ChangeNotifier for minimum rebuild and simplest syntax

collection dart data-structures flutter performance-optimization state-management

Last synced: 04 Nov 2025

https://github.com/kamilhan-karaismailoglu/practices-related-to-data-structure

The program first saves the values ​​received from the user in the queue structure, then adds the values ​​in this queue structure larger than the average of the queue to the linked list created in accordance with the stack structure and copies this linked list into an array. Finally, it writes the created array to the screen. Made with C. This program was written for the Data Structures lecture.

data-structures linked-list queue stack stack-linked-list

Last synced: 05 Mar 2025

https://github.com/solangeug/data-structures-and-software-design

A collection of projects specified in the PennEngineering Extension School's Data Structures and Software Design course.

data-structures java sd2x software-design

Last synced: 08 Aug 2025

https://github.com/braintwister/record

A heterogeneous data structure for C++

cpp data-structures heterogeneous polymorphism

Last synced: 08 Aug 2025

https://github.com/kdrag0n/structalgo

My implementations of various data structures and algorithms in C.

algorithms data-structures

Last synced: 25 Dec 2025

https://github.com/lekco1320/dsdisplay

使用EGE库可视化常用的数据结构(前序&中序构造二叉树、哈夫曼树的构造、平衡二叉树的构造与查询)。

cpp data-structures ege visualization

Last synced: 05 Mar 2025

https://github.com/kimrass/algorithm-coding-test

Algorithm practice problems from 'Baekjoon Online Judge' and 'Programmers' online judge and their solutions in Python

algorithms baekjoon-online-judge data-structures programmers-online-judge

Last synced: 29 Jun 2025

https://github.com/sieep-coding/learn-data-structures

Explore the fundamentals of data structures and learn about memory storage within computer systems.

data-structures javascript learning

Last synced: 28 Jul 2025

https://github.com/gardusig/coding-interview

Some questions asked during real interviews

algorithms coding-interviews data-structures problem-solving

Last synced: 26 Jul 2025

https://github.com/lucidfrontier45/threshold_dict

A data structure to find smallest key that is larger than the query.

data-structures

Last synced: 15 Apr 2025

https://github.com/jamestrandung/go-data-structure

Generic data structures for the Go community

concurrency data-structures generics go golang map set thread-safety

Last synced: 12 Jan 2026

https://github.com/lastancientone/amd-vs-nvda

Analyzing 2 technology stocks using Master Analyst Program (MAP).

data data-analysis data-structures data-visualization excel forecasting time-series-analysis

Last synced: 15 May 2025

https://github.com/nishantcoder108/pro-dsa

Hi, This repository is specially dedicated to DSA in JavaScript. I'm continuing to work on this repository from which DSA could be easy for that who want to code in javascript.

algorithm coding core-concepts data-structures dsa dsa-in-javascript dsa-javascript dsa-practice javascript js-concepts

Last synced: 30 Mar 2025

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

Collection of LeetCode questions and solutions to ace the coding interview!

coding-interview-preparations cpp data-structures leetcode-solutions

Last synced: 07 Oct 2025

https://github.com/aryank1511/dsa456-learning-and-assignments

This repository contains a collection of all the source code and files that I used in order to learn Data Structures and Algorithms in Python and complete all the assignments in this course.

algorithms data-structures dsa-practice dsalgo python3

Last synced: 04 Aug 2025

https://github.com/sarincr/data-analytics-with-knime

Data Analytics with KNIME (Konstanz Information Miner), a free and open-source data analytics, reporting and integration platform. KNIME integrates various components for machine learning and data mining through its modular data pipelining concept. A graphical user interface and use of JDBC allows assembly of nodes blending different data sources, including preprocessing (ETL: Extraction, Transformation, Loading), for modeling, data analysis and visualization without, or with only minimal, programming.

ai artificial-intelligence artificial-intelligence-algorithms artificial-neural-networks data-analysis data-mining data-science data-structures data-visualization database datascience deep-learning machine-intelligence machine-learning machine-learning-algorithms machinelearning mining mining-software

Last synced: 14 Mar 2025

https://github.com/ericduran/algo_ds

Algorithms & Data Structures w/ JS

algorithm data-structures javascript

Last synced: 27 Jul 2025

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

Low-level programming language with ALX and Holberton School

c data-structures malloc malloc-free malloc-library

Last synced: 18 Sep 2025

https://github.com/jrnxf/bst-visualizer

API to help visualize binary search trees

algorithms binary-search-tree data-structures flask python skrrrt

Last synced: 27 Jul 2025

https://github.com/mattphillips/flow-data-structures

Basic data structures implements using Flowtype

ava data-structures flowtype linked-list

Last synced: 18 Aug 2025

https://github.com/jeninsutradhar/java-datastructures-algorithms

This repository contains implementations of various data structures and algorithms in different programming languages. It serves as a reference and learning resource for understanding fundamental concepts in computer science.

algorithms algorithms-and-data-structures data-structures java jdk21

Last synced: 26 Feb 2025

https://github.com/bcapathshala/crackyourinternship

Arsh Goyal Coding Challenge For Next 45 Days

algorithms cpp data-structures dsa dsa-practice java

Last synced: 07 Jan 2026

https://github.com/bl33h/lispinterpreter

A interpreter that analyzes a code in LISP and executes it. Uses JCF to optimize the operations. Also uses MVC pattern.

aritmethic data-structures interpreter java lisp logic-operations operations

Last synced: 14 Mar 2025

https://github.com/mk590901/stateful_custom_widget_painter

The repository contains the implementation on flutter the stateful widget for visualization ECG.

algorithms dart data-structures flutter graph graphics

Last synced: 05 Apr 2025

https://github.com/evanxg852000/rockstartdev

A collection of projects implemented for learning

algorithm compilers cpp14 data-structures database golang learning python

Last synced: 04 Aug 2025

https://github.com/bl33h/mathematicalsets

A program that manipulates mathematical sets, allowing users to input elements, perform set operations, and search for specific elements.

data-structures discrete-mathematics mathematical-sets python set-operations set-theory

Last synced: 14 Mar 2025

https://github.com/stuymedova/common-data-structures

[LEARNING] Annotated Linked Lists, Hash Tables, and so on

computer-science data-structures interview-preparation

Last synced: 18 Jul 2025

https://github.com/kientech/data-structures-and-algorithms-specialization

Data Structures and Algorithms Specialization

algorithms c cplusplus data-structures python

Last synced: 22 Mar 2025

https://github.com/danieljanes/algorithmics

Educational implementations of common algorithms and data structures

algorithms data-structures educational-project

Last synced: 29 Aug 2025

https://github.com/viktorsvertoka/goit-algo-hw-04

Home task for Basic Algorithms and Data Structures📊

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

Last synced: 30 Jun 2025

https://github.com/davidyslu/OnlineJudgeNCTU

Personal submissions on Online Judge NCTU (國立交通大學程式解題系統)

algorithms cpp data-structures

Last synced: 29 Aug 2025

https://github.com/MasoudFallahpour/DS-Book

A "questions and answers" book about fundamental data structures (in Persian)

algotithms book data-structures latex persian xepersian

Last synced: 15 May 2025

https://github.com/bmf-san/road-to-algorithm-master

I want to be a algorithm master.

algorithm data-structures golang

Last synced: 25 Feb 2026

https://github.com/just-do-halee/optionee

The macro to creates option structure so easily.

configuration data-structures development-tools macro no-std option rust utility

Last synced: 18 Feb 2026

https://github.com/archishmansengupta/lc

contains leetcode solutions done ~ 2 years ago, don't bother

algorithms cpp data-structures leetcode

Last synced: 07 Nov 2025

https://github.com/rizwanullah313/library-management-system

Library management system using C++ data structure..

cli cpp data-structures visual-studio

Last synced: 14 Oct 2025

https://github.com/davidyslu/onlinejudgenctu

Personal submissions on Online Judge NCTU (國立交通大學程式解題系統)

algorithms cpp data-structures

Last synced: 14 May 2025

https://github.com/gwuah/gotham

exercises to learn golang. Especially implementations of classic cs algorithms. [More into java now]

algorithms data-structures golang

Last synced: 28 Jul 2025

https://github.com/iykekings/data-structures-deno

Popular data structures' implementation in JavaScript/Typescript

data-structures deno javascript typescript

Last synced: 30 Mar 2025

https://github.com/sumonta056/code-library

Discover a comprehensive GitHub repository dedicated to everything you need to master C++. Whether you're a beginner or looking to enhance your skills, explore topics such as Basic C++, Advanced C++, STL, Data Structures and Algorithms, and more. Get access to a wealth of resources and information to help you excel in the world of C++.

algorithms cpp cpp17 data-structures dp number-theory oop-principles

Last synced: 26 Dec 2025

https://github.com/coralblocks/coralds

Garbage-free, single-threaded data-structures (maps, sets and lists) optimized for speed.

data-structures garbage-free java low-latency ultra-low-latency zero-garbage zero-gc

Last synced: 14 Apr 2025

https://github.com/basitraza228/dart-leetcode-blind75

Blind 75 LeetCode Solutions in Dart – A collection of well-optimized solutions for the Blind 75 LeetCode problems, implemented in Dart. This repository is aimed at helping developers and competitive programmers practice essential coding patterns in Dart.

algorithms blind75 coding-challenges competitive-programming dart data-structures flutter interview-prep leetcode problem-solving

Last synced: 19 Feb 2026

https://github.com/reity/symbolism

Extensible combinator library for building symbolic Python expressions that are compatible with serialization and can be evaluated at a later time.

abstract-syntax-tree data-structures python-library symbolic-expressions symbolic-manipulation

Last synced: 10 Mar 2026

https://github.com/pleeko/graphulous

a library for working with graphs

data-structures graph-algorithms graphs nodejs

Last synced: 14 Aug 2025

https://github.com/kamilhan-karaismailoglu/practices-related-to-doubly-linked-lists

The program making comparison between doubly linked lists created by values ​​read from text file. Made with C. This program was written for the Data Structures lecture.

data-structures doubly-linked-list

Last synced: 29 Jul 2025

https://github.com/kinotic-foundation/structures

Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.

data-management data-structures datamanagement docker high-performance java schema-evolution

Last synced: 26 Feb 2025

https://github.com/dalpan/strukturdata

Code Program C++

c-plus-plus cpp data-structures

Last synced: 15 Mar 2025

https://github.com/distributed-ledger-technology/tries

Tries and PATRICIA Tries Data Structures

data-structures patricia-trie tries

Last synced: 19 Feb 2026

https://github.com/viktorsvertoka/goit-algo-hw-06

Home task for Basic Algorithms and Data Structures📊

algorithms data-structures goit goit-algo-hw-06 graph python

Last synced: 28 Aug 2025

https://github.com/can-dy-jack/linkedlist

LinkedList and DoubleLinkedList implementation in JavaScript

algorithm data-structures double-linked-list javascript linked-list

Last synced: 07 Apr 2025

https://github.com/hasnatrasool163/socialnetworkfriendrecommendationsystem

A Social Network Friend Recommendation System is an exciting project that leverages graph theory concepts to simulate real-world social networks.

algorithms-and-data-structures data-structures dsa-algorithm graphs-algorithms java java-fxml java-gui javafx queue-algorithm

Last synced: 13 Aug 2025

https://github.com/suji04/data_structures

Implementation of all basic linear and non-linear data structures in C++

array binary-tree data-structures hacktoberfest linked-list queue stack

Last synced: 25 Feb 2025

https://github.com/oleiade/atelier

A collection of Go algorithms, data structures, APIs and helpers to resort to when in need

algorithms data-structures golang helpers

Last synced: 04 Feb 2026

https://github.com/2kabhishek/topgear-java-data-structure-l1

Solutions for Java-Data-Strucutres-L1 ☕🧮

assignments data-structures java solutions topgear

Last synced: 01 Mar 2025

https://github.com/camara94/data-visualization-with-python

Data visualization and some of the best practices when creating plots and visuals. The history and architecture of Matplotlib, and how to do basic plotting with Matplotlib. Generating different visualization tools using Matplotlib such as line plots, area plots, histograms, bar charts, box plots, and pie charts. Seaborn, another data visualization library in Python, and how to use it to create attractive statistical graphics. Folium, and how to use to create maps and visualize geospatial data.

data data-science data-structures data-visualization python3

Last synced: 06 Jul 2025

https://github.com/ujjawalsinghsde/Placement_Prepration

This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.

algorithm css data-structures html java javascript mongodb notes php placement prepinta100code sorting-algorithms sql

Last synced: 30 Dec 2025

https://github.com/yahyatinani/y

'y' is a library that aims to provide useful data structures and utility functions.

data-structures immutable-collections kmp kotlin kotlin-multiplatform lists maps vectors

Last synced: 06 Jan 2026

https://github.com/29dch/data-structure-project-ofo-shared-bicycle

数据结构项目,C++实现,主要用到了链表、栈和文件存储等知识点。

cpp data-structures

Last synced: 20 Sep 2025

https://github.com/marouane-elgoumiri/problem_solving

Series of coding problems and my answers to them

arrays data-structures problem-solving

Last synced: 16 Mar 2025

https://github.com/verma-kunal/dsa-toolbox

This repository contains my learnings of Data Structures & Algorithms

algorithms data-structures java leetcode

Last synced: 04 Feb 2026

https://github.com/dezinezync/oideformat

The Open Invoice Data Exchange Format Specification

data-structures exchange invoice json spec specification

Last synced: 06 Jul 2025

https://github.com/etcetra7n/tabulux

A python package for performing tabular operations

data-structures python python-library tabular-data tabulate

Last synced: 28 Mar 2025

https://github.com/anatoly-semenov/algorithms-and-structures

Algorithms and data structures on the example of Typescript code

algorithms data-structures typescript

Last synced: 03 Mar 2025

https://github.com/monamobeen/60daysdsatrack

60DaysDSATrack is a comprehensive and intensive program designed to build a strong foundation in data structures, algorithms, and problem-solving skills through daily coding challenges and hands-on projects.!

algorithm computer-science data-structures dsa-algorithm graph prob-solving trees

Last synced: 01 Sep 2025

https://github.com/not-minimal/algoritmos

Ramo de Algoritmos y Programación del Segundo Semestre

algorithms c data-structures

Last synced: 14 Jun 2025

https://github.com/pranav016/ds-algo-in-python

Implementation of Data-structures and Algorithms in Python.

algorithms data-structures python time-complexities

Last synced: 10 Apr 2025

https://github.com/anishsinha-io/jenny-assignments

A place for Jenny to do DSA while also learning Git!

algorithms c data-structures education

Last synced: 23 Mar 2026

https://github.com/avidlearnerinprogress/datastructures-ucsd

Coursework solutions to UCSD DSA Specialization

cpp data-structures

Last synced: 04 Sep 2025

https://github.com/justkode/python-algorithm

Some Python Code for Algorithm

algorithm data-structures python python3

Last synced: 24 Apr 2025

https://github.com/mxssl/doubly-linked-list-golang

Doubly Linked List implementation in Go (Golang)

algorithms data-structures doubly-linked-list go golang structures

Last synced: 16 Mar 2025

https://github.com/n8rzz/quad-tree

QuadTree data structure written in TypeScript

canvas data-structures quadtree typescript

Last synced: 31 Mar 2025