There are 2 repositories under cycle-detection topic.
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
AlphaSQL provides Integrated Type and Schema Check and Parallelization for SQL file set mainly for BigQuery
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.
A graph algorithms visualizer written in Java visualizing the solution of the Strong Connectivity, Cycle Detection and Shortest Path problems
Efficient implementation of Langton's Ant cellular automata on an infinite grid for cooperative highway search
Hung-Yi Lee Linear Algebra 2018 Fall Homework
Implementation of various complex algorithms that are graph related and used in the real world applications.
Implement of Distributed cycle detection in large-scale sparse graphs
C# dependency analyzer
Research into algorithms and techniques for faster cycle enumeration on undirected graphs (LDPC Codes).
This repository contains the source code of the Concurrent Graph Data Structure
Implementation of Graph Algorithms and Problems and Solutions
Aegypti: Triangle-Free Solver
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.
TimeCycle is a topology inspired method for the detection of cycling transcripts in circadian biology research.
Incremental Cycle Detection on Directed Graph
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.
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.
A Directed Acyclic Graph (DAG) library with online cycle detection and topological ordering.
Implementation and explanation of a directed graph, graph traversals, and complementary algorithms. (README in progress)
Work product from the development a distributed cycle detection protocol for the Pony runtime
WhenToTrade cycle analysis BitMEX datafeed integration
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.
JavaScript algorithms and data structures
By Mayank Raghuvanshi
A library for drawing state machines, finding cycles, and manipulating them.
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.
Mendive: Claw-Free Solver
Analyzes the order in which classes must be compiled (Class Dependency Graph + Topological Sort + Cycle Detection). Implemented in Java with GUI