/*
* SPDX-License-Identifier: MIT
* Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
*/
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
/// A comprehensive suite of graph algorithms.
///
/// This trait aggregates several focused algorithm traits into a single, convenient
/// supertrait. A type that implements `GraphAlgorithms` has access to all methods
/// from the component traits.