Projects in Awesome Lists tagged with cycle-detection
A curated list of projects in awesome lists tagged with cycle-detection .
https://github.com/refactorfirst/refactorfirst
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
cycle-analysis cycle-detection java maven maven-plugin refactoring refactoring-tools report static-analysis
Last synced: 15 May 2025
https://github.com/zigrazor/cxxgraph
Header-Only C++ Library for Graph Representation and Algorithms
algorithm algorithms bfs-algorithm cpp cpp-library cpp17 cycle-detection dfs-algorithm dijkstra-algorithm graph graph-algorithms graph-analysis graph-theory-algorithms hacktoberfest hacktoberfest-accepted header-only machine-learning partitioning partitioning-algorithms search-algorithm
Last synced: 14 Apr 2025
https://github.com/refactorfirst/RefactorFirst
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
cycle-analysis cycle-detection java maven maven-plugin refactoring refactoring-tools report static-analysis
Last synced: 12 Apr 2025
https://github.com/machinecyc/la2018fall
Hung-Yi Lee Linear Algebra 2018 Fall Homework
cosine-transform cycle-detection hill-cipher homework hung-yi-lee linear-algebra linear-regression ntu page-rank python3 singular-value-decomposition
Last synced: 14 Apr 2025
https://github.com/rtsao/scc
Find strongly connected components of a directed graph using Tarjan's algorithm
cycle-detection strongly-connected-components tarjan topological-sort
Last synced: 12 Apr 2025
https://github.com/dmxlarchey/the-tortoise-and-the-hare
The Tortoise and the Hare in Coq. Constructive extraction via Bar inductive predicates (see README.md below).
brent coq coq-formalization cycle-detection floyd hare tortoise
Last synced: 22 Apr 2025
https://github.com/mzusin/mz-graph
Typescript implementation of graphs.
adjacency-list adjacency-matrix bfs cycle-detection dfs dijkstra dijkstra-algorithm disjoint-set-union dsu graph matrix union-find
Last synced: 24 Mar 2025
https://github.com/jonathanraiman/cycle_hunt
:hocho: Neutralize cycles in (large) graphs
cpp cycle-detection directed-acyclic-graph graphs
Last synced: 15 Mar 2025
https://github.com/venkat-gorla/cpp-data-structures
Various data structures and algorithms implemented using C++
backtracking binary-search-tree binary-tree-iterator binary-tree-traversal binary-trees breadth-first-search cplusplus cycle-detection data-structures depth-first-search directed-graph linked-list-in-cpp morris-traversal quick-sort sorting-algorithms-implemented threaded-binary-search-tree trie undirected-graph unique-ptr
Last synced: 16 Mar 2025
https://github.com/nikeee/poor-mans-floyd
cycle-detection floyd floyd-cycle-detection graph profiling
Last synced: 18 Mar 2025
https://github.com/filip-kustura/graph-cycle-detection
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.
algorithms bfs breadth-first-search c-plus-plus coding-assignment cpp cycle-detection data-structures graph-algorithms graph-theory graph-traversal time-complexity time-complexity-analysis undirected-graphs
Last synced: 12 Apr 2025
https://github.com/aleksandrhovhannisyan/pythongraphcycledetection
Python script for detecting cycles in a directed graph.
algorithm cycle-detection deadlock-detection detecting-cycles graphs python
Last synced: 18 Apr 2025
https://github.com/rakibul263/algorithm
Basic Algorithm using cpp
basic-dp bfs bfs-algorithm cycle-detection dfs-algorithm dijkstra-algorithm disjoint-set-union graph-algorithms sorting-algorithms
Last synced: 11 Mar 2025
https://github.com/jobayerahmmed/dsa_java
Data Structure & Algorithm in Java
bfs binary-search binary-search-tree bubble-sort counting-sort cycle-detection dfs dijkstra doubly-linked-list factorial fibonacci insertion-sort linked-list merge-sort permutation queue quick-select quick-sort stack tower-of-hanoi
Last synced: 02 Mar 2025
https://github.com/justin-marian/cost-graphs
Shortest path algorithms for directed graphs with/without cycles, optimized for minimal costs and bounded edge values.
cpp cycle-detection graphs-algorithms shortest-path-algorithm
Last synced: 18 Feb 2025
https://github.com/matiascarabella/graph-matrix-pathfinder
Set of tools for graph manipulation and analysis, including pathfinding algorithms and cycle detection.
adjacency-matrix bellman-ford cycle-detection dijkstra graph graph-algorithms java pre-order-traversal shortest-path
Last synced: 18 Feb 2025