Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LambdaSchool/Graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
br80 committed Jan 28, 2019
2 parents 9396421 + 4022462 commit 0e9e2d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ This is a multi-stage project to generate a random social network and find peopl

## Part 1: Graph, Vertex, Edge Classes

In the file `graph.py`, implement a `Graph` class that supports the API expected
by `draw.py`. In particular, this means there should be a field `vertices` that
In the file `graph.py`, implement a `Graph` class that supports the API in the example below. In particular, this means there should be a field `vertices` that
contains a dictionary mapping vertex labels to edges. For example:

```python
Expand Down

0 comments on commit 0e9e2d6

Please sign in to comment.