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/guillainbisimwa/ruby-ata-structures-and-algorithms-

The goal of this repository is to complete as many challenges from top-100-liked-questions collection of popular challenges in LeetCode.

algorithms data-structures ruby

Last synced: 25 Mar 2025

https://github.com/manid2/dsa

Data structures and algorithms code.

algorithms data-structures interview leetcode leetcode-solutions

Last synced: 29 Oct 2025

https://github.com/tresor11/coding-challenges

This repository contains solutions to common coding challenges

algorithms data-structures

Last synced: 23 Feb 2026

https://github.com/heap-data-structure/specification

:mount_fuji: Heap specification for JavaScript

agpl data-structures heap javascript specification

Last synced: 12 Dec 2025

https://github.com/ghulamazad/dsa

This repository contains all the Data Structures and Algorithms concepts and their implementation in several ways, including programming questions and Interview questions. It includes questions from popular coding platforms including LeetCode, HackerRank, Codeforces, Codechef, and many more.

algorithms algorithms-and-data-structures data-structures data-structures-algorithms dsa-algorithm dsalgo

Last synced: 11 Oct 2025

https://github.com/omgzui/basic_c

🐾c语言-数据结构-PHP扩展

c data-structures leetcode php-library

Last synced: 12 Mar 2025

https://github.com/sahilbansal17/csl106-assignments

This contains the assignments completed in the Data Structures Course in 3rd Semester Course (2017 Aug - Nov) at IIT Jammu.

data-structures data-structures-and-algorithms

Last synced: 15 Oct 2025

https://github.com/raamyy/console-phonebook

A simple PhoneBook which i made as a small project using C++

console-application cpp data-structures structured-programming-approach

Last synced: 14 Oct 2025

https://github.com/iangudger/ilist

Intrusive generic linked list in Go

data-structures go golang linked-list

Last synced: 14 Jan 2026

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/isinghabhishek/java_dsa-basic-to-advance

This repo contains all my learning related to fundamentals of Java Programming language, and the Data Structures and Algorithm. Many of the Classical problems solution, and important algorithms explanation with algorithms problem examples solution. Java Data Structure and Algorithms

algorithms data-structures java problem-solving

Last synced: 18 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/wzslr321/datastructures_implementation

data structures which I've tried to implement in C++, much more incoming 👨‍💻

cpp data-structures

Last synced: 21 Jun 2025

https://github.com/sambhav228/sinking-ship

A data Structure based project implementing through C language Programming

c college-project data-structures

Last synced: 27 Dec 2025

https://github.com/dhravya/dsa-for-noobs

A collection of data structures and algorithms I'm writing while learning

algorithms data-structures

Last synced: 31 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/lakshanwd/go-data-stuctures

Go Data stuctures implementations

data-structures go golang

Last synced: 04 Jul 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/mrdav30/swiftcollections

A high-performance, memory-efficient library of collections designed for game development, simulations, and other performance-critical applications.

collections csharp data-structures dotnet game-development memory-management object-pooling observables performance unity

Last synced: 23 Apr 2025

https://github.com/shiweihe0713/algorithms-made-easy

Algorithm learning hub : show case the fundamental algorithms like sorting algorithms, such as generic sort, merge sort, quick sort, bucket sort, and radix sort, etc.

algorithms binary-search-tree computer-science data-structures leetcode sorting-algorithms tree

Last synced: 30 Jan 2026

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/viktorsvertoka/goit-algo-hw-02

Home task for Basic Algorithms and Data Structures📊

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

Last synced: 13 Jun 2025

https://github.com/liva2008/algorithm

PPT of Modern Javascript Data Structures and Algorithms

algorithms data-structures javascript js ppt

Last synced: 05 Jul 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/gabriel-logan/dsacjs

A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.

data-structures data-structures-algorithms data-structures-and-algorithms dstc std stdlib

Last synced: 04 Sep 2025

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

simple programs on different types of data structures

algorithms cpp data-structures java javascript

Last synced: 22 Feb 2026

https://github.com/jintao-huang/leetcode-py

针对LeetCode解题开发的基于python的数据结构和算法库`leetcode-alg`

algorithm data-structures leetcode leetcode-alg leetcode-python leetcode-solutions python python3

Last synced: 08 Apr 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/yanpozka/trie

Go implementation of Tries data structure

data-structures go lookup trie uuid

Last synced: 09 Oct 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/kimbo-slicee/java-data-structures

Data Structures 📊📊 and Algorithms 📝 using Java ☕ 👨‍💻

algorithms arraylist arrays data-structures java multidimensional-arrays multithreading queue stackbit tree-structure

Last synced: 14 Jun 2025

https://github.com/alirezagholamii/algorithms-daily

Solving Algorithmic Problems

algorithms data-structures javascript

Last synced: 16 Mar 2025

https://github.com/muhammedmagdyy/acpc-kickoff-2022

Solutions for ACPC Kickoff 2022

algorithms cpp data-structures

Last synced: 18 Mar 2026

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

QuadTree data structure written in TypeScript

canvas data-structures quadtree typescript

Last synced: 31 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/v1tbrah/algorithms

Data structures and algorithms.

algorithms data-structures go golang leetcode

Last synced: 01 Apr 2025

https://github.com/arnaudband/algorithms_and_data_structures

This repository contains implementations of data structures and algorithms. Created as part of a Data Structures and Algorithms course, it features organized folders for each topic, with README files providing overviews, use cases, and complexity analysis. Sample problems and solutions, along with test cases, are also included.

algorithms-and-data-structures algorithms-implemented data-structures github-codespaces javascript learn solidity

Last synced: 05 Feb 2026

https://github.com/srj101/useful-algorithms

Some mostly used and common algorithms implementations using javascript

algorithm basic-programming data-structures javascript

Last synced: 22 Apr 2025

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

Solutions for ds algo problems in Python

algorithms-and-data-structures data-structures python3 trees

Last synced: 15 Sep 2025

https://github.com/bertptrs/safelist

A memory-safe linked list in C++

c-plus-plus data-structures linked-list memory-management

Last synced: 01 Mar 2025

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

This repository contains the code for the data structures I have done in my college.

c c-language data-structures

Last synced: 06 Oct 2025

https://github.com/tomaslink/algorithmic

Collection of documented, well tested, clean and efficient pure python algorithms implementations to solve computational problems.

algorithmic-efficiency algorithms big-o clean-code complexity-analysis cracking-the-coding-interview data-structures interview-practice interview-questions problem-solving python recursion

Last synced: 15 Oct 2025

https://github.com/edmilson-dk/academic-programming

In this repository, I will share all content that I have been studying in academic programming, such as data structures, ordering algorithms, etc.

algorithms algorithms-and-data-structures data-structures problem-solving

Last synced: 05 Sep 2025

https://github.com/parisaroozgarian/ibm-data-analyst-professional-certificate

The IBM Data Analyst Professional Certificate, consisting of 9 courses, equips with essential skills in Excel, SQL, Python, data visualization, and analysis techniques

big-data business-analysis business-communication communication data-analysis data-management data-structures data-visualization databases general-statistics human-resources planning python-programming spreedsheet sql

Last synced: 27 Jan 2026

https://github.com/saadsalmanakram/ds-bigo-complexity

It's all about Data Structures... This repository is designed to provide a comprehensive guide to understanding, implementing, and mastering data structures from the ground up.

bigonotation data-structures datastructures datastructures-algorithms timecomplexity

Last synced: 08 Apr 2025

https://github.com/yjl9903/setmap

Use Hash to check whether two sets are equal.

data-structures hash

Last synced: 06 Oct 2025

https://github.com/w8r/b-tree

Generic B-Tree

b-tree data-structures search-trees

Last synced: 12 May 2025

https://github.com/aritra-basak/data-structures

DSA programs based on JAVA 🖥️ . Hope You Find Something Important 💡. ☺

data-structures java

Last synced: 24 Mar 2025

https://github.com/sandippalit/data-structures-and-algorithms-in-python

This repository by Sandip Palit contains Data Structures and Algorithms in Python.

algorithms backtracking complexity data-structures dsa linked-list maths oop python recursion searching sorting

Last synced: 09 Oct 2025

https://github.com/bnclabs/robt

Read only BTree, immutable index for disk/SSD.

btree data-structures disk index rust-lang storage

Last synced: 27 Apr 2025

https://github.com/parinpan/leetcode

Only me particing some Leetcode problems :)

algorithms competitive-programming data-structures fang

Last synced: 30 Mar 2025

https://github.com/noti0na1/racket-codes

A Collection of My Racket Code

cps data-structures macros racket

Last synced: 17 Jan 2026

https://github.com/elandeyan/min_max_heap_dart

A MinMax binary heap implementation as dart's package.

dart-lang dart-package dartlang data-structures

Last synced: 09 Feb 2026

https://github.com/diogocarrola/leetcode75

The 75 most frequent LeetCode questions in coding interviews, curated by industry experts. The only resource you need for coding interviews.

algorithms c coding-challenges cpp data-structures interview-preparation javascript leetcode python

Last synced: 06 Oct 2025

https://github.com/stepantita/interview-prep

This repository contains C++ solutions for various LeetCode problems, categorized into multiple sections by topics

algorithm-challenges algorithms c-plus-plus cpp data-structures leetcode leetcode-solutions problem-solving programming programming-exercises

Last synced: 17 Jan 2026

https://github.com/sanjid133/go-collections

Implement data structure using golang generics

data-structures golang

Last synced: 14 Oct 2025

https://github.com/yuweaec/ai-programming-with-python-bertelsmann

This repository aims to provide code and information to help you develop a comprehensive understanding of Python programming in the context of artificial intelligence (AI) applications.

ai bertelsmann data-structures functions jupyter-kernels jupyter-notebook numpy object-oriented-programming pandas python python-packages pytorch scripting udacity-nanodegree

Last synced: 18 Jan 2026

https://github.com/andsarr/algorithms_princeton_template

Coursera Programming Assignments template for the Princeton's Algorithms course

algorithms analysis-algorithms coursera data-structures java princeton-algorithms

Last synced: 23 Apr 2025

https://github.com/lehoangan2906/dsal_le_minh_hoang

Data Structure and Algorithm by Le Minh Hoang

algorithms data-structures

Last synced: 24 Mar 2025

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

Home task for Basic Algorithms and Data Structures📊

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

Last synced: 07 Sep 2025

https://github.com/puneetkakkar/leet-code

Leet Code Algorithm C++ Solutions

algorithms data-structures

Last synced: 09 Oct 2025

https://github.com/muhammad-magdi/corebasicsclass

The Java Implementation of the Datastructures and Algorithms discussed in the Core Basics Class @CoachAcademy

algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures java

Last synced: 08 Apr 2025

https://github.com/jakenherman/kcats

A stack implementation for node

data-structures node-module stack

Last synced: 25 Mar 2025

https://github.com/viktorsvertoka/goit-algo-fp

Home task for Basic Algorithms and Data Structures📊

algorithms data-structures goit goit-algo-fp python

Last synced: 09 Apr 2025

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

Home task for Basic Algorithms and Data Structures📊

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

Last synced: 09 Apr 2025

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

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

cpp data-structures

Last synced: 20 Sep 2025

https://github.com/frankfarrell/kds4j

Kinetic Data Structures for Java

data-structures java kinetic-data-structures

Last synced: 06 Apr 2025

https://github.com/toreda/strong-types

Automated type checks and guaranteed return types with 1 line of code. Say goodbye to reference errors from unexpected types. Write less validation code and improve quality.

data-structures strong-types type-safe type-safety type-system

Last synced: 18 Aug 2025

https://github.com/roy7077/codechef-practice

this repository is dedicated to storing solutions for problems from CodeChef, a popular competitive programming platform. Emphasize that it is a personal repository created to track my progress and showcase my problem-solving skills.

algorithms algorithms-and-data-structures codechef codechef-long-challenge codechef-solutions competative-programming contest-programming data-structures dsa problem-solving

Last synced: 10 Mar 2025

https://github.com/gunh0/algorithms

📝 Solutions for Algorithm Problems [C/C++]

algorithm beakjoon c cpp data-structures project-euler

Last synced: 12 Mar 2026

https://github.com/grainme/Interview-Preparation

Here, I share my solutions and algorithms for various challenges.

algorithms data-structures problem-solving

Last synced: 16 Oct 2025

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

🛠️ A comprehensive collection of data structures and algorithms implemented in multiple programming languages. Perfect for learning, interviews, and competitive programming!

algorithms coding-practice competitive-programming computer-science data-structures data-structures-and-algorithms educational interview-preparation java programming python software-engineering

Last synced: 02 Mar 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/rohithgowdam/rvce-3rd-sem-dsa-lab-programs

This is the lab programs for the course 21CS33 by RV College of Engineering.

data-structures dsa rvce rvce-lab-code

Last synced: 11 Jun 2025

https://github.com/muhdhanish/data-structure-js

This is learning the simple concept of data-structures using javascript.

array data-structures javascript linked-list queue stack

Last synced: 25 Mar 2025