Skip to content

Commit fa409b4

Browse files
committed
fix: bst data structures
1 parent b243ae2 commit fa409b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nav:
6868
- Graphs: algorithms/10-graphs/README.md
6969
- Dijkstra: algorithms/11-dijkstra/README.md
7070
- Minimum Spanning Tree: algorithms/12-mst/README.md
71-
- Binary Search Tree: algorithms/13-bsp/README.md
71+
- Binary Search Tree: algorithms/13-bst/README.md
7272
- Heap: algorithms/14-heap/README.md
7373
- Project: algorithms/15-project/README.md
7474
- Final: algorithms/16-final/README.md

0 commit comments

Comments
 (0)