Skip to content

Commit

Permalink
Update Depth_first_traversal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivenyadavs authored Nov 3, 2024
1 parent 4d1332c commit a74566c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Depth_first_traversal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dft
title: Depth-First Traversal (DFT)
title: "Depth-First Traversal (DFT)"
sidebar_label: Depth-First Traversal
description: "In this blog post, we'll explore Depth-First Traversal (DFT), a tree traversal algorithm that explores nodes by going as deep as possible before backtracking."
tags: [dsa, algorithms, tree, traversal]
Expand Down Expand Up @@ -98,3 +98,4 @@ int main() {

return 0;
}
```

0 comments on commit a74566c

Please sign in to comment.