Skip to content

Commit c38b896

Browse files
authored
Update 05-AVL-Tree-Search.md
1 parent d18c8da commit c38b896

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dsa-solutions/Searching-Algorithms/05-AVL-Tree-Search.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: AVL-Tree-Search
2+
id: avl-tree-search
33
title: AVL Tree Search (Geeks for Geeks)
44
sidebar_label: AVL Tree Search
55
tags:
@@ -168,9 +168,8 @@ public class AVLTreeSearch {
168168
}
169169
}
170170

171-
</TabItem>
172-
```
173-
171+
```
172+
</TabItem>
174173
</Tabs>
175174

176175
## Complexity Analysis

0 commit comments

Comments
 (0)