cycle-detection
There are 70 repositories under cycle-detection topic.
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
refactorfirst/RefactorFirst
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
Matts966/alphasql
AlphaSQL provides Integrated Type and Schema Check and Parallelization for SQL file set mainly for BigQuery
rayjasson98/Java-Graph-Algorithms-Visualizer
A graph algorithms visualizer written in Java visualizing the solution of the Strong Connectivity, Cycle Detection and Shortest Path problems
MrCamoga/Langton-s-Ant
Efficient implementation of Langton's Ant cellular automata on an infinite grid for cooperative highway search
ascherj/linked-list-techniques
A Python implementation demonstrating three fundamental linked list techniques with clear examples and detailed explanations. Features Multiple Pass, Temporary Head, and Fast-Slow Pointer algorithms for common linked list operations including finding middle elements, reversing lists, and cycle detection.
machineCYC/LA2018FALL
Hung-Yi Lee Linear Algebra 2018 Fall Homework
GabrielGrimberg/Advanced-Algorithms
Implementation of various complex algorithms that are graph related and used in the real world applications.
leoChaoGlut/Distributed-Cycle-Detection
Implement of Distributed cycle detection in large-scale sparse graphs
rtsao/scc
Find strongly connected components of a directed graph using Tarjan's algorithm
ATrefzer/CSharpCodeAnalyst
C# dependency analyzer
cameronkirk/Undirected-Cycle-Enumeration
Research into algorithms and techniques for faster cycle enumeration on undirected graphs (LDPC Codes).
PDCRL/ConcurrentGraphDS
This repository contains the source code of the Concurrent Graph Data Structure
18-RAJAT/Graph-Data-Structure-
Implementation of Graph Algorithms and Problems and Solutions
frankvegadelgado/finlay
Aegypti: Triangle-Free Solver
ishanjain81/Excel-Clone
Google Sheets or Excel Clone with amazing features like bold, italic, underline, color of texts with two way binding. Cycle Detection and Tracing in formulas, Downloading and Uploading Sheets and many more.
nesscoder/TimeCycle
TimeCycle is a topology inspired method for the detection of cycling transcripts in circadian biology research.
Sun-Jc/CycleDetectionOnDirectedGraph
Incremental Cycle Detection on Directed Graph
berkerdemirel/Graph-Algorithms
Graph algorithms: traversal algorithms, detecting cycle, finding diameter, shortest path algorithms, finding node metrics and coloring algorithms
danieldotwav/Linked-List-Cycle
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.
deepshig/Digitalization-of-Offline-Handdrawn-Flow-Diagrams
This is a web based application which takes as input the image of a handdrawn flow chart with text and polygonal hapes, and digitailzes it.
haragei-dev/dag
A Directed Acyclic Graph (DAG) library with online cycle detection and topological ordering.
PaulinaAldaco/DirectedGraphs
Implementation and explanation of a directed graph, graph traversals, and complementary algorithms. (README in progress)
ponylang/distributed-cycle-detection
Work product from the development a distributed cycle detection protocol for the Pony runtime
whentotrade/WTT.BitmexDataFeed
WhenToTrade cycle analysis BitMEX datafeed integration
Affan-Farooq/Tideman-Election-Simulator
A C program that simulates an election using the Tideman (ranked pairs) voting method, identifying the Condorcet winner if one exists. Implements graph-based logic, adjacency matrices, sorting algorithms, and cycle detection to determine the election outcome.
ivanmmarkovic/javascript-algorithms-data-structures
JavaScript algorithms and data structures
mayankraghuwanshi/Graph-Theory
By Mayank Raghuvanshi
AminAliari/fsm
A library for drawing state machines, finding cycles, and manipulating them.
dharmendrasahu1999/excelClone
Excel clone is built using electron framework with technologies such as HTML, CSS, JQuery and Ejs as a templating engine . Some features of this project are - Formula evaluation , Cycle detection in formula , New open save functionality , Cells formatting.
frankvegadelgado/mendive
Mendive: Claw-Free Solver
MovieTone/ClassCompilationOrderAnalyzer
Analyzes the order in which classes must be compiled (Class Dependency Graph + Topological Sort + Cycle Detection). Implemented in Java with GUI
Mr-P-Who/DSA-cpp
⭐Complete Data Structures And Algorithms In C++⭐
mzusin/mz-graph
Typescript implementation of graphs.