Skip to content

Commit

Permalink
Fix minor grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jawwad committed May 7, 2017
1 parent 12fac48 commit 297b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graph/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Here is an example of a simple graph:

![Demo](Images/Demo1.png)

We can represent it as an adjacency matrix or adjacency list. The classes implementing those concept both inherit a common API from `AbstractGraph`, so they can be created in an identical fashion, with different optimized data structures behind the scenes.
We can represent it as an adjacency matrix or adjacency list. The classes implementing those concepts both inherit a common API from `AbstractGraph`, so they can be created in an identical fashion, with different optimized data structures behind the scenes.

Let's create some directed, weighted graphs, using each representation, to store the example:

Expand Down

0 comments on commit 297b0d4

Please sign in to comment.