1 مستودع
Algorithms for solving spatial problems within 2D matrices using graph theory.
Distinct from Graph Processing: Distinct from general graph processing: focuses on grid-based spatial traversal.
Explore 1 awesome GitHub repository matching data & databases · Grid-Based. Refine with filters or upvote what's useful.
This project is a comprehensive library of reference implementations for fundamental data structures and algorithms, designed to support technical interview preparation and software engineering assessments. It provides a structured collection of computational techniques for solving complex problems involving arrays, strings, graphs, trees, and mathematical analysis. The library distinguishes itself by offering specialized implementations for advanced topics, including concurrent programming patterns and geometric algorithms. It features thread-safe primitives for managing shared state and tas
Solves spatial problems like flood filling, island counting, and distance calculations within 2D matrices.