diff --git a/tech/graph.wiki b/tech/graph.wiki index da838cf..6e0185a 100644 --- a/tech/graph.wiki +++ b/tech/graph.wiki @@ -7,8 +7,7 @@ directional, bi-directional, or carry no direction. Any link between two nodes is known as an *edge*, while the nodes are often known as *vertexes*. Graphs can be used for a large variety of modeling -exercises, including Social networks, computer networks, and abstract -applications including [[../math/markov_chain|Markov Chians]]. +exercises, including Social networks, computer networks, and abstract applications including [[../math/markov_chain|Markov Chians]]. == Algorithms ==