Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Simple, small sized implementation of select algorithms in C++

## 1. Breadth First Search (BFS)
_Used for traversing a graph_
_This is used for traversing a graph._

### Algorithm
G is the adjacency matrix representing the graph.
'visited' array marks nodes as visited.
Expand Down