An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: datastructure

knightsj/data-structure-and-algorithm-in-Swift

Data structure and algorithm implementation in Swift language

Language: Swift - Size: 246 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 26 - Forks: 8

abomokh/AVL-Tree-Binomial-Heap

implementation for directory using AVL Tree & implementation for Priority Queue Using Binomial Heap

Language: Python - Size: 784 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

longshilin/Data-structure-and-algorithm-Java

数据结构与算法 (Java版) | 总结与整理 :sparkles:

Language: Java - Size: 234 KB - Last synced at: 26 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 2

yiGmMk/coding-practicing

practicing,leetcode,using go,python etc.

Language: Go - Size: 21.9 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 2

raghunandankavi2010/Programs

Sample for ds algo learning. Solving ds and algo problems.

Language: Java - Size: 11.5 MB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jeasonstudio/DataStructureHomework

数据结构课堂作业+大作业+计组部分+MATLAB部分

Language: C - Size: 1.85 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 1

vvbbnn00/USST-Datastruct_CourseSystem 📦

上海理工大学数据结构课程设计项目:课程信息管理系统

Language: C - Size: 676 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

FaiazPronoy/BRACU_CSE220

CSE220 - Data Structures | Python | Summer'23 | BRACU

Language: Jupyter Notebook - Size: 19.7 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

niexia/fe-tutorial

🥤 前端教程|学习笔记,整理了 JavaScript 知识、数据结构和算法、webpack 基础知识等。

Language: TypeScript - Size: 27.3 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 11 - Forks: 0

HiImFelipe/Sistema-Cadastro-Alunos 📦

🖋️ Um CRUD de Alunos - Realizado para a matéria de Estrutura de Dados na Faculdade de Americana

Language: C - Size: 14.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

An7ar35/circular-buffer

C implementation of a circular buffer for 2 threads (producer/consumer) using mmap

Language: C - Size: 23.4 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Mo2Hefny/Process_Scheduler

This program simulates the process scheduler's operation in a multiprocessor system and calculates some related statistics to help improve the overall scheduling system.

Language: C++ - Size: 200 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

syket-git/DS-for-frontend

Will add all of the Data Structure that important for frontend.

Language: JavaScript - Size: 9.77 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

tarmas99/Codeforces_Q_and_S

Language: Python - Size: 25.4 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

ViveksuriyanS/DataStructures-And-Algorithms

Data Structure Java Programs

Language: Java - Size: 1.13 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Pankaj-111/datastructure

This repository contains the solution of data structure problems, which are generally asked during java interview.

Language: Java - Size: 20.5 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

AmirHoseinFRZ/ds-application

Language: Python - Size: 59.6 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

yalibs/yatree

yet another C/C++ tree implementation. Header-only tree structure and a DFS algorithm.

Language: C++ - Size: 34.2 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Bramitha-gowda-M/Basics_of_python

All the basics of Python

Language: Jupyter Notebook - Size: 55.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

vvbbnn00/USST-Datastruct_schoolNavigator 📦

上海理工大学数据结构课程设计:校园导航系统的设计实现

Language: C - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

BaseMax/CircularDoublyLinkedListC

This is a simple implementation of Circular Doubly Linked-List in C. Circular Doubly Linked-List is a data structure that is a combination of a doubly linked list and a circular linked list. It is a linked list where all nodes are connected to each other. It is a circular linked list because all nodes are connected to each other.

Language: C - Size: 25.4 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

kunaltaitkar/datastructure

This repository contains different data structure implementation in golang

Language: Go - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rajasree-r/fun_problems

A Project repository for applying data structure knowledge and java coding skill for solving various problems available in leetcode.com, geekforgeeks etc.

Language: Java - Size: 57.6 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

lunay0ung/PlayAlgorithm

“So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack,” ― Kernighan Brian W.

Size: 282 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 1

wztlink1013/datastructures-algorithms-visualization

数据结构与算法的可视化

Language: JavaScript - Size: 427 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

muhammad-fiaz/Data-Structures-and-Algorithms-Solutions

Explore comprehensive solutions to coding problems from Geeks for Geeks, LeetCode, and HackerRank. This repository focuses on implementing and understanding fundamental data structures and algorithms, organized for easy navigation and quick learning.

Language: C++ - Size: 60.5 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Zoooooone/Coding-practice

For practice

Language: Java - Size: 377 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

amangit1314/Java-Programs

A repository for learning Java Language & DSA for Placement Preparation, Solutions of 450 Questions of DSA Cracker Sheet by LOVE BABBAR .

Language: Java - Size: 3.33 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 30 - Forks: 13

itsthejisoo/ds24

자료구조 2024 재수강

Language: Python - Size: 938 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

othonalberto/redblack_tree

Implementação da Red Black Tree (Árvore Rubro Negra) para números inteiros. Desenvolvido por Othon Briganó e Pedro Warmling Botelho

Language: C - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 6

pranavkrgupta/Data-Structure

Language: Java - Size: 43 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Djunnni/Devlog

자료구조, 심화, Servlet, Spring, MSA 등 개발 공부 내용을 정리합니다.

Language: Java - Size: 19.4 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Haminimi/linked-list

A linked list data structure with all the basic methods.

Language: JavaScript - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sathiz1993/DataStructures-Implementation

Implemtation of data structure in python, js and Golang

Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

AbmSourav/dataStructure

Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.

Language: TypeScript - Size: 161 KB - Last synced at: 8 days ago - Pushed at: almost 4 years ago - Stars: 25 - Forks: 2

Siegel-Lab/libSps

O(1) region count queries using sparse prefix sums

Language: C++ - Size: 4.63 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kdgyun/Data_Structure

Language: Java - Size: 82 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 10

scl2589/TIL_selfstudy

Today I Learned📝

Language: Jupyter Notebook - Size: 26.4 MB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Dip686/Collection.js-A-JavaScript-alternative-of-Java-Collections-framework

Collection.js is a JavaScript alternative of Java Collection framework.

Language: JavaScript - Size: 127 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lucky521/stringlib

function library for std::string

Language: C++ - Size: 137 KB - Last synced at: about 1 year ago - Pushed at: about 11 years ago - Stars: 0 - Forks: 0

lucky521/Exclusive-Queue

线程互斥队列

Language: C++ - Size: 129 KB - Last synced at: about 1 year ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0

lucky521/Data-Structure-Implement

Data Structure Implement for Self Learning

Language: C++ - Size: 141 KB - Last synced at: about 1 year ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0

johnjansen/suffix_tree

A Crystal implementation of a Suffix Tree

Language: Crystal - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

andradenathan/estrutura-de-dados-2021-2

Disciplina de Estrutura de Dados de CC feito em 2021.2.

Language: C - Size: 158 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

poojarathore30/Data_Structures_commitment

100 days of code Challenge

Language: C++ - Size: 1.28 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

NickAMars/AsynJavascript

find out the format and new features of java script

Language: JavaScript - Size: 1.59 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Allanjonuel/data-structure

This repository will have general implementation of data structures

Language: Java - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

SinuxLee/librdt

redis data structure

Language: C - Size: 133 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

xvpenghao/algorithm

常用数据结构和排序算法

Language: Go - Size: 83 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

japanshah17/Data-Structure

THIS is a short repository of codes by me. It's my first attempt to share this codes with you. will be adding more.

Language: C - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Linuxea/dataalgorithm_in_java

ds && algorithm in java

Language: Java - Size: 127 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

JavaStudenttwo/StackAndQueue_DataStructure

栈和队列数据结构的C++实现

Language: C++ - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

JavaStudenttwo/BinaryTree_DataStructure

二叉树的各种功能的模拟,使用C++实现

Language: C++ - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

algorithms-datastructure-solutions/algorithms

A collection of algorithms for studying and job interviews

Language: Java - Size: 2.83 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

maoyuching/data_structure_algorithms

java 常用数据结构算法实现

Language: Java - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Muhammed-Sahad-c/Leet-Code-Solutions

Leet Code JS problems solutions

Language: JavaScript - Size: 229 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

doviettung96/Tungdv_C_Lib

Implementation of several type of data structures and algorithms in C

Language: C - Size: 112 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

EmuxEvans/javascript-algorithms Fork of trekhleb/javascript-algorithms

Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Language: JavaScript - Size: 2.17 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

EmuxEvans/awesome-algorithms Fork of tayllan/awesome-algorithms

A curated list of awesome places to learn and/or practice algorithms.

Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jayboxyz/algorithm-notes

:memo: 数据结构与算法学习、LeetCode 刷题...

Size: 2.01 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 29 - Forks: 11

RandomGamingDev/Snakep5js

The snake game coded and made in p5.js by using a Double Linked List from the DoubleLinkedListLibJs library

Language: JavaScript - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

incCool/datastructure

C++ DATA STRUCTURE

Language: C++ - Size: 54.7 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

kyuhyeokGithub/SNU_datastructure

SNU_DS_HW

Language: Java - Size: 105 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dhgkdud12/Python_And_Algorithm

파이썬 공부 및 알고리즘 문제풀이

Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ppetko/Algorithms

DataStructures in Golang

Language: Go - Size: 790 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wasim15185/AlgoVisualizer

React Base Algorithm Visualization.

Language: JavaScript - Size: 18.8 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 5

EricOgie/index_of_array_elemets_sum_target

Multi-Language Solution for "Find sub array pair that sum to a given target value" Challenge. The requirement is O(n) for both time and space complexity.

Language: Java - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

negrel/cvector 📦

Simple data structure library in C.

Language: C - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

panhainan/fo-c-study

C语言学习笔记以及C实现的数据结构及算法

Language: C - Size: 365 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

wkcn/weekly_challenge_for_algorithm

Weekly Challenge for Algorithm

Language: C++ - Size: 962 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 1

combo667/c_codes

These are my c_codes!

Language: C - Size: 356 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

pertadima/academy-binar-algorithm-data-structure

This repo about simple algorithm example and data structure in kotlin

Language: Kotlin - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

SteveLauC/BPlusTreeSet

A set implementation backed by B+Tree

Language: Rust - Size: 85.9 KB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ZhefeiGong/TongjiWork_Metro-Guide

The project aims to guide the routes of the subways of ShangHai for users.

Language: C++ - Size: 122 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

omsapate/Data_Structure_implementation_in_CPP 📦

Data Structure Implementations using CPP programming language

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

coder-heweilai/Java-solution

算法题 Java 题解,附详细代码与注释。目前正在更新洛谷算法题的 Java 题解。

Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

chewxy/skiprope

package skiprope is a rope-like data structure built on top of skiplists

Language: Go - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 27 - Forks: 4

ProgrammerShri/Sorting-Algorithm-Visualizer

Using this app you can visualize the actual way of sorting. (Ya! Click the below link for demo)

Language: JavaScript - Size: 10.3 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wotbrew/idx

maps, sets and vectors with on-demand secondary indexes.

Language: Clojure - Size: 186 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 78 - Forks: 2

ashish-shr/Data-Structures-and-Algorithms

This repo contains programs I made while learning data structures & algorithms

Language: C - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kunalk3/K09_cpp11-14_Assessments

Cpp assessment old

Language: C++ - Size: 313 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

tim-chow/DataStructure

DataStructure & Algorithm

Language: Python - Size: 379 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 35 - Forks: 18

LHolmberg/linked-list

An implementation of the singly linked list data structure

Language: C# - Size: 188 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

dayun1999/Data-Structure-Go

走一走看一看,我这仓库缺你个赞,数据结构和算法(含go语言的并发排序哦) :arrow_upper_left:

Language: Go - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

Niranjan-Jambhulkar/Employee-Management-System

An employee management system project is a software application that helps an organization manage and monitor the information and activities of its employees.

Language: C - Size: 281 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

neorefraction/Data-Structures

An exhaustive repository containing implementations of the most common data structures across a wide set of programming languages. Specially designed to be a valuable resource for beginners and college students. 🙇‍♂️

Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/DepthFirstSearchJava

This is a Java implementation of the Depth-First-Search algorithm. It is a recursive algorithm that traverses a graph in a depthward motion and uses a stack to remember to get the next vertex to start a search, when a dead end occurs in any iteration.

Language: Java - Size: 17.6 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

alessandrobessi/piecetable

A piece table is a data structure typically used to represent a series of edits on a text document.

Language: Go - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Jasonarea/Data-Structure

Data Structure Repository in C

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

nicesj/algorithm

What You Think Is What You Get.

Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

niamu01/datastructure

data structure study log (211118~211228)

Language: C - Size: 15 MB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Flufive/PriorityMap

Represents a data structure that combines the characteristics of a priority queue and a key-value map. Elements are associated with priorities, allowing efficient retrieval, update, and removal based on priority.

Language: C# - Size: 366 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

amarkum/python-datastructures

mastering data-structures in python!

Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

pshihn/key-tree

Simple keyed tree data structure 🔑🌲

Language: JavaScript - Size: 71.3 KB - Last synced at: 9 days ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 0

Dinamohamd11/Pizza-Ordering-System-

Language: Java - Size: 5.77 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ankitpandey1729/QuickSort

QuickSort implementation in python.

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

jinghualin/data-structure-c

homework of data structure in C

Language: C - Size: 239 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

SohanR/100-DSA-Interview-Problems

100 DSA Problems and solutions from leetcode

Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mepky/practice-problem

Language: Python - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

supercharge/queue-datastructure

A queue data structure for Node.js

Language: JavaScript - Size: 85 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0