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

Topic: "disjoint-set"

tony9402/baekjoon

코딩테스트 대비 문제집(Baekjoon Online Judge)

Language: C++ - Size: 23 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 6,122 - Forks: 1,186

williamfiset/DEPRECATED-data-structures

A collection of powerful data structures

Language: Java - Size: 172 MB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 2,876 - Forks: 1,265

shady831213/algorithms

CLRS study. Codes are written with golang.

Language: Go - Size: 1.09 MB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 792 - Forks: 120

anishLearnsToCode/hackerrank-data-structures

Data Structures 👩‍💻 Domain on HackerRank - Problems & Solutions 📑📘

Language: Java - Size: 341 KB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 22 - Forks: 10

kevalmorabia97/Graph-Theory-Implementations-in-Java

This project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path

Language: Java - Size: 17.6 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 9

ihebu/dsu

Disjoint Set data structure implementation in Go

Language: Go - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 1

Nikoletos-K/Data-Structures-and-Algorithms-in-C

📚🔡 Some famous and really basic algorithms and data structures implemented in C

Language: C - Size: 278 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 0

dignipy/dignipy

Various data structure implementations in Python

Language: Python - Size: 329 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 5

lufarP/DataStructure

Language: Java - Size: 41 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 10 - Forks: 4

martinopiaggi/Unity-Maze-generation-using-disjoint-sets

Random maze generation in Unity 3d using disjoint sets

Language: C# - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

pallas/libite

Examples of intrusive container templates in C++.

Language: C++ - Size: 125 KB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 4

MiguelSteph/data-structures-and-algorithm

Collection of abstract data structures implemented in Java

Language: Java - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 7

sharyash81/Data-Structure

Data structure course during third semester of university

Language: C# - Size: 39.1 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

shiningflash/Advance-Data-Structure

Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.

Language: C++ - Size: 181 KB - Last synced at: 16 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 5

jemshit/DataStructures

Data Structures naively implemented in Kotlin for learning purpose

Language: Kotlin - Size: 124 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

luistar/union-find-c

C implementation of the union-find data structure

Language: C - Size: 14.6 KB - Last synced at: 25 days ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 1

peterthehan/group-similar

Group similar items together.

Language: TypeScript - Size: 1.34 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

object-detection-algorithm/selectivesearch

目标检测 - SelectiveSearch算法实现

Language: C++ - Size: 5.79 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

AbdallahHemdan/Maze-Generator

🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)

Language: C++ - Size: 15.4 MB - Last synced at: 2 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 0

SamanKhamesian/Algorithms-Implementation

This repository will hold source codes for different classic algorithms in computer science

Language: C++ - Size: 22.5 KB - Last synced at: 23 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

divyanshyadav/data-structures-again

Light weight javascript data structures library

Language: JavaScript - Size: 1.83 MB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

arashbm/disjoint_set

Disjoint-set data structure with c++14

Language: C++ - Size: 108 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Khojasteh/uf_rush

A lock-free, thread-safe implementation of the Union-Find (Disjoint-Set) data structure in Rust.

Language: Rust - Size: 14.6 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

zarif98sjs/Advanced-Data-Structure-and-Algorithm

Implementation of all the Data Strucuture & Algorithms learnt during CP and undergrad life

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

ccozad/cozad-union-find

A Rust implementation of the union-find disjoint set graph algorithm

Language: Rust - Size: 48.8 KB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

cary61/LeetCode-Java-Algorithm-Templates

Helps to build your solution faster during leetcode contest, without same old template writing.

Language: Java - Size: 145 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

alexdelorenzo/disjoint_set

Union find / disjoint union set

Language: Python - Size: 63.5 KB - Last synced at: 17 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

wisdommatt/go-data-structures

A collection of data structures implemented in Go.

Language: Go - Size: 46.9 KB - Last synced at: 27 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

aalekhpatel07/reunion-api

Python and JS API for a Union-Find data structure written in Rust.

Language: Rust - Size: 131 KB - Last synced at: about 17 hours ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

ichko/algo-playground

Playground for data structures and algorithms

Language: Jupyter Notebook - Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

sanyathisside/Graph

Graph data strucutre.

Language: C++ - Size: 402 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

chessai/disjoint-sets

Haskell Disjoint Sets (Union Find) Library

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

javamultiplex/data-structure

This repository contains all the data structures and their application in Java.

Language: Java - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

khteh/DataStructuresAlgorithms

C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.

Language: C++ - Size: 2.44 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

eMahtab/number-of-connected-components-in-an-undirected-graph

Size: 21.5 KB - Last synced at: 29 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

eMahtab/number-of-islands-ii

Size: 67.4 KB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

oneiro-naut/stl_graph

STL based implementation of Graph data structure and related algorithms.

Language: C++ - Size: 159 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

martianoff/go-hpds

High performance and easy to use datastructure packages for Golang

Language: Go - Size: 63.5 KB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

walking-down-the-silence/algorithms-and-data-structures

This is a projects with implementation of different algorithms & data structures in C#.

Language: C# - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

spencerparkin/ParkinDSF

This is a Redis plugin that adds DSF (disjoint set forest) support to the server.

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

legolas-1/DS-Algo

Popular algorithms and data structures implementation

Language: C++ - Size: 23.4 KB - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pvigier/DisjointSet

Disjoint-set data structure C++ library

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

NazarioJL/nazart_collections

Specialized C# collections

Language: C# - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

tristanlatr/unionfind Fork of hagai-helman/unionfind

A union-find-remove disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm - revisited to support remove operation.

Language: Python - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

bish9oi/Graph-Theory-Implementations-in-Java

This project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path

Language: Java - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Shiritai/rooted-disjoint-set

Python implementation of a (rooted) disjoint set, elegant, efficient and user-friendly.

Language: Python - Size: 3.91 KB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

stormble55d/union_find_viz

Visualization of shortest path finding with the disjoint-set data structure and dfs. Written in Godot game engine.

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

d1mav0lk0v/dsu_data_structure

Disjoint set union data structure implementation for Python 3

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

FrancescoZanella/Disjoint_set_maze

The aim is to randomly generate a maze and describe the maze as a set of cells and a set of walls. Using the disjoint-set data structure to compute the random maze. and testing it with a depth-first algorithm..

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

ppgllrd/DataStructures.scala.DisjointSet

Disjoint sets aka union-find data structure

Language: Scala - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Akcps/dsa

Implementation of Data Structures and Algorithms

Language: Java - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kedess/dsu

Data structure of disjoint sets

Language: Rust - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pushkar4/data-structures

Java implementation of basic and advanced data structures.

Language: Java - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

adnanlah/merge-find

Implementation of Disjoint-set data structure algorithm (also called a union–find data structure or merge–find set) with TypeScript

Language: TypeScript - Size: 329 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jchoker/DisjointSet

An implementation of a Disjoint-Set (Union-Find) data structure.

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mohamedsalahh/Data-Structures

My implementation for some popular data structures.

Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Addefan/semester-project-disjoint-set

Реализация структуры данных под названием "Disjoint-set" на Python и её презентация

Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

woberholtzer/Cell-Segmentation

Sample of code that finds and denotes the center of cells using a disjoint set data structure implementation

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

jkomyno/disjoint-set 📦

Header-only, generic and dependency-free C++17 implementation of Disjoint Sets

Language: C++ - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ccwukong/Algo-in-JS

The common data structures and algorithms implemented in JavaScript.

Language: JavaScript - Size: 6.09 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Raghavmunjal/Kruskal-Algorithm

Kruskal's algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree

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

DarkWingMcQuack/UnionFind

Header only library which implements a disjoint set data structure

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

jialincheoh/leetcode-graph-concept

LeetCode Graph Concept. Graphs are an important part of my research work, and I am always looking to polish my skills in them.

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

rayniel95/eda-I

Solved exercises of my Estructuras de Datos y Algoritmos I (eda I) course.

Language: HTML - Size: 185 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dranidis/disjoint-set-ds

A disjoint-set data structure stores a collection of disjoint (non-overlapping) sets.

Language: TypeScript - Size: 81.1 KB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

raman08/Data-Structures

This Repository contains most common Data-Structures

Language: C++ - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anshul1004/MazeGenerator

Generates and displays a maze using disjoint sets

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

Alvin-Leung/dotnet-extended-data-structures

Implementations of data structures not included with .NET

Language: C# - Size: 56.6 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

subham1994/Algorithms

Implementation of common algorithms in python

Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

HareeshwarKarthikeyan/Disjoint-Sets

Implementation of Disjoint Sets using Linked List in Java

Language: Java - Size: 37.5 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

fumoboy007/DisjointSet

A Swift implementation of a disjoint-set data structure.

Language: Swift - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

harshraj11584/CS2233_Data_Structures

Some Interesting Data Structures in C++

Language: C++ - Size: 16.6 KB - Last synced at: 11 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

maurodelazeri/disjoint

disjoint set - union / find

Language: Go - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ulti72/DataStructure-Java

Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

bryzgaloff/disjoint-set-psql

Union-Find implementation for finding connected components using PostgreSQL as data source

Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ivanbgd/Disjoint-Sets-Data-Structure

Efficient implementation of the Disjoint Sets data structure in Python

Language: Python - Size: 2.93 KB - Last synced at: 28 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

vishalgolcha/Algorithms-Resources-

Size: 3.59 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0