# Convert to BST (2 Qs)

{% hint style="info" %}
We could solve these problems by the "**Divide and Conquer**" method.
{% endhint %}

**Related problems:**

* [0108. Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/)
* [0109. Convert Sorted List to Binary Search Tree](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree)
