We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UndirectedGraph.swift
1 parent 480a123 commit 5b47d46Copy full SHA for 5b47d46
Sources/Basics/Graph/UndirectedGraph.swift
@@ -12,7 +12,7 @@
12
13
import struct DequeModule.Deque
14
15
-/// Undirected graph that stores edges in an [adjacency matrix](https://en.wikipedia.org/wiki/Adjacency_list).
+/// Undirected graph that stores edges in an [adjacency matrix](https://en.wikipedia.org/wiki/Adjacency_matrix).
16
@_spi(DontAdoptOutsideOfSwiftPMExposedForBenchmarksAndTestsOnly)
17
public struct UndirectedGraph<Node> {
18
public init(nodes: [Node]) {
0 commit comments