Skip to content

Commit

Permalink
docs: Fix typo in docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Jun 22, 2024
1 parent 98ba1e1 commit 01b318a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted/glossary/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The height of the tree is 3.

There are two types of tree traversal, Depth-First Search (DFS) and Breadth-First Search (BFS).

- **Depth-First Search* starts at the root and explores each branch to its leaf node before
- **Depth-First Search** starts at the root and explores each branch to its leaf node before
moving to the next branch
- **Breadth-First Search* starts at the root and explores every child node, and recursively
- **Breadth-First Search** starts at the root and explores every child node, and recursively
does so for every node

### Pre-Order Traversal
Expand Down

0 comments on commit 01b318a

Please sign in to comment.