Header-Only C++ Library for Graph Representation and Algorithms
-
Updated
Nov 3, 2025 - C++
Header-Only C++ Library for Graph Representation and Algorithms
AlphaSQL provides Integrated Type and Schema Check and Parallelization for SQL file set mainly for BigQuery
This repository contains the source code of the Concurrent Graph Data Structure
Research into algorithms and techniques for faster cycle enumeration on undirected graphs (LDPC Codes).
Implementation of Graph Algorithms and Problems and Solutions
Graph algorithms: traversal algorithms, detecting cycle, finding diameter, shortest path algorithms, finding node metrics and coloring algorithms
This C++ project focuses on detecting cycles in linked lists, an essential task in data structures to prevent infinite loops and optimize memory usage. It employs a hash set for efficient tracking of node addresses during traversal.
Implementation and explanation of a directed graph, graph traversals, and complementary algorithms. (README in progress)
⭐Complete Data Structures And Algorithms In C++⭐
neXus - A Comprehensive Graph Algorithm Library for C++
Collection of different practice problems for some basic data structures. The problem statement of each exercise is given on the top of the code.
Solution to a graph theory problem meeting a specific time complexity constraint. Developed in C++ using the breadth-first search algorithm. Created in December 2021 as part of the Design and Analysis of Algorithms course, with a presentation delivered in January 2022.
Basic Algorithm using cpp
Shortest path algorithms for directed graphs with/without cycles, optimized for minimal costs and bounded edge values.
🔪 Neutralize cycles in (large) graphs
DFS and all its applications in solving problems related to Graphs
Various data structures and algorithms implemented using C++
Useful data structures and algorithms mostly related to Graphs.
Add a description, image, and links to the cycle-detection topic page so that developers can more easily learn about it.
To associate your repository with the cycle-detection topic, visit your repo's landing page and select "manage topics."