mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-24 10:32:01 +08:00
contents(algo): fix typo and suggestions (#272)
This commit is contained in:
@@ -42,7 +42,7 @@ Be familiar with the various graph representations, graph search algorithms and
|
||||
|
||||
## Graph representations
|
||||
|
||||
You can be given a list of edges and you have to build your own graph from the edges so that you can perform a traversal on. them The common graph representations are:
|
||||
You can be given a list of edges and you have to build your own graph from the edges so that you can perform a traversal on them. The common graph representations are:
|
||||
|
||||
- Adjacency matrix
|
||||
- Adjacency list
|
||||
|
||||
Reference in New Issue
Block a user