Skip to content

Commit 04afa7c

Browse files
committed
add tags for glossary and batch processing
1 parent b61c8fb commit 04afa7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

binary_search_tree/convert_sorted_list_to_binary_search_tree.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Convert Sorted List to Binary Search Tree <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star-half-o"></i>
22

3+
tags: linked list, binary tree, binary search tree, recursion
4+
35
## Source
46

57
- leetcode - [Convert Sorted List to Binary Search Tree | LeetCode OJ](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/)

0 commit comments

Comments
 (0)