You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
040|20200425|[13. Roman to Integer](https://leetcode.com/problems/roman-to-integer/)|[013p](https://github.com/shishishu/leetcode-python-java/blob/master/ipynb_files/013_Roman_to_Integer.ipynb)|[013j](https://github.com/shishishu/leetcode-python-java/blob/master/java_codes/013/Solution.java)|Math| |Easy
47
47
041|20200425|[12. Integer to Roman](https://leetcode.com/problems/integer-to-roman/)|[012p](https://github.com/shishishu/leetcode-python-java/blob/master/ipynb_files/012_Integer_to_Roman.ipynb)|[012j](https://github.com/shishishu/leetcode-python-java/blob/master/java_codes/012/Solution.java)|Math| |Medium
48
-
042|20200627|[108. Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/)|[108p](https://github.com/shishishu/leetcode-python-java/blob/master/ipynb_files/108_Convert_Sorted_Array_to_Binary_Search_Tree.ipynb)|[108j](https://github.com/shishishu/leetcode-python-java/blob/master/java_codes/108/Solution.java)|BST|Recursive|Easy
48
+
042|20200627|[108. Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/)|[108p](https://github.com/shishishu/leetcode-python-java/blob/master/ipynb_files/108_Convert_Sorted_Array_to_Binary_Search_Tree.ipynb)|[108j](https://github.com/shishishu/leetcode-python-java/blob/master/java_codes/108/Solution.java)|BST|Recursive|Easy
49
+
043|20200627|[109. Convert Sorted List to Binary Search Tree](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/)|[109p](https://github.com/shishishu/leetcode-python-java/blob/master/ipynb_files/109_Convert_Sorted_List_to_Binary_Search_Tree.ipynb)|[109j](https://github.com/shishishu/leetcode-python-java/blob/master/java_codes/109/Solution.java)|BST|Recursive|Middle
0 commit comments