Skip to content

Commit

Permalink
fix: bst data structures
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Nov 12, 2024
1 parent b243ae2 commit fa409b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nav:
- Graphs: algorithms/10-graphs/README.md
- Dijkstra: algorithms/11-dijkstra/README.md
- Minimum Spanning Tree: algorithms/12-mst/README.md
- Binary Search Tree: algorithms/13-bsp/README.md
- Binary Search Tree: algorithms/13-bst/README.md
- Heap: algorithms/14-heap/README.md
- Project: algorithms/15-project/README.md
- Final: algorithms/16-final/README.md
Expand Down

0 comments on commit fa409b4

Please sign in to comment.