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
Copy file name to clipboardExpand all lines: readme.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -80,20 +80,20 @@ Problem Statement | Solution
80
80
## Binary Search Trees
81
81
Challenge | Solution
82
82
------------ | -------------
83
-
[ Balance a Binary Search Tree](https://leetcode.com/problems/balance-a-binary-search-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/Binary%20Search%20Trees/balance_binary_search_tree.py)
84
-
[BST to Greater Sum Tree](https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/Binary%20Search%20Trees/bst_to_greater_sum_tree.py)
83
+
[ Balance a Binary Search Tree](https://leetcode.com/problems/balance-a-binary-search-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/Binary%20Search%20Trees/balance_binary_search_tree.py)
84
+
[BST to Greater Sum Tree](https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/Binary%20Search%20Trees/bst_to_greater_sum_tree.py)
85
85
86
86
## Graphs
87
87
Challenge | Solution
88
88
------------ | -------------
89
-
[Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/graphs/find_town_judge.py)
89
+
[Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/graphs/find_town_judge.py)
90
90
91
91
## Linked List
92
92
Challenge | Solution
93
93
------------ | -------------
94
-
[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/linked_lists/add_two_numbers.py)
95
-
[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/linked_lists/merge_two_sorted_lists.py)
96
-
[Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/linked_lists/remove_nth_node_from_end_of_list.py)
94
+
[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/linked_lists/add_two_numbers.py)
95
+
[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/linked_lists/merge_two_sorted_lists.py)
96
+
[Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/python/linked_lists/remove_nth_node_from_end_of_list.py)
0 commit comments