Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Discrete (0.2 sec)

  1. android/guava/src/com/google/common/graph/Graph.java

    import com.google.errorprone.annotations.DoNotMock;
    import java.util.Collection;
    import java.util.Set;
    import javax.annotation.CheckForNull;
    
    /**
     * An interface for <a
     * href="https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)">graph</a>-structured data,
     * whose edges are anonymous entities with no identity or information of their own.
     *
     * <p>A graph is composed of a set of nodes and a set of edges connecting pairs of nodes.
     *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top