Skip to content

Commit

Permalink
add topic to the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyhuynh committed Oct 30, 2024
1 parent c46b7eb commit e3bb3c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataStructure/16_TreeApplications/GraphTraversal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Graph Traversal

## **Breadth-First Search (BFS) in Graphs**

### Concept
Expand Down
2 changes: 2 additions & 0 deletions DataStructure/16_TreeApplications/TreeTraversal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Tree Traversal

## 1. **Breadth-First Search (BFS)**

### Concept
Expand Down

0 comments on commit e3bb3c0

Please sign in to comment.