93 skills found · Page 1 of 4
ands / SeamoptimizerA C/C++ single-file library that minimizes the hard transition errors of disjoint edges in lightmaps.
huyvohcmc / Coursera DsaCoursera's Data Structures and Algorithms Specialization
idsulik / Go CollectionsGo package that provides implementations of common data structures including a double-ended queue (Deque), a linked list, a queue, a trie, a stack, a priority queue, a binary search tree, a graph, a skip list, a bloom filter, a ring buffer, a disjoint set, an avl tree, and a segment tree
Andlon / ParadisParallel processing with disjoint indices in Rust
wyjeong / FedMatchThis repository is an official Tensorflow 2 implementation of Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning
figma / Webgl ProfilerA GPU-side profiler for WebGL using EXT_disjoint_timer_query
deehzee / UnionfindA union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.
wjakob / DsetLock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank
AndreaHor / LifT SolverSolver for lifted disjoint paths problem
facebookresearch / Latent TreelstmCooperative Learning of Disjoint Syntax and Semantics
mrapacz / Disjoint SetDisjointSet data structure implementation for Python
navjindervirdee / Data StructuresEasy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
andriiheonia / Disjoint SetThis repository is deprecated and no longer maintained.
xiaowuga / EDSFThe code of paper "EDSF: Fast and Accurate Ellipse Detection via Disjoint-set Forest" (ICME2022)
VD2410 / Multi Agent Path FindingImplement a single- angle solver, namely space-time A*, and parts of three MAPF solvers, namely prioritized planning, Conflict-Based Search (CBS), and CBS with disjoint splitting.
BessieChen / Coursera Advanced Algorithms And ComplexityThis course talks about networks flows which are used in more obvious applications such as optimal matchings, finding disjoint paths and flight scheduling as well as more surprising ones like image segmentation in computer vision. It then proceed to linear programming with applications in optimizing budget allocation, portfolio optimization, finding the cheapest diet satisfying all requirements, call routing in telecommunications and many others. Next discussing inherently hard problems for which no exact good solutions are known (and not likely to be found) and how to solve them in practice.
Navidfoumani / Disjoint CNNDisjoint-CNN for Multivariate Time Series Classification
mversic / Disjoint ImplsSupport for variety of disjoint impls distinguished by associated types
tov / Disjoint Sets RsThree implementations of Tarjan’s Union-Find
MqLeet / LED Merging[ACL2025 main] Official implementation of "LED-Merging: Mitigating Safety-Utility Conflicts in Model Merging with Location-Election-Disjoint"