Skip to content

Commit 13b3d3a

Browse files
authored
Merge pull request #162 from ManasUniyal/fix-404-error
Fixed 404 errors
2 parents 597da2c + 3e5cbf5 commit 13b3d3a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ Problem Statement | Solution
8080
## Binary Search Trees
8181
Challenge | Solution
8282
------------ | -------------
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)
8585

8686
## Graphs
8787
Challenge | Solution
8888
------------ | -------------
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)
9090

9191
## Linked List
9292
Challenge | Solution
9393
------------ | -------------
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)
9797

9898
## Dynamic Programming
9999
Challenge | Solution
@@ -109,8 +109,8 @@ Challenge | Solution
109109
# Hackerrank
110110
Challenge | Solution
111111
------------ | -------------
112-
[Non Primes Generator](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/non-primes_generator.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/hackerrank/non-primes-generator.py)
113-
[Stock Market prediction](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/stock_market_prediction.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/hackerrank/stock_market_prediction.py)
114-
[Square Accumulate Root](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/square_acc_root.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/hackerrank/square_accumulate_root.py)
115-
[Sock Merchant](https://www.hackerrank.com/challenges/sock-merchant/problem?h_r=internal-search) | [Solution](https://github.com/larissalages/code_problems/blob/master/hackerrank/sock_merchant.py)
112+
[Non Primes Generator](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/non-primes_generator.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/python/non-primes-generator.py)
113+
[Stock Market prediction](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/stock_market_prediction.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/python/stock_market_prediction.py)
114+
[Square Accumulate Root](https://github.com/larissalages/code_problems/blob/master/hackerrank/imgs-questions/square_acc_root.png) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/python/square_accumulate_root.py)
115+
[Sock Merchant](https://www.hackerrank.com/challenges/sock-merchant/problem?h_r=internal-search) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/python/sock_merchant.py)
116116

0 commit comments

Comments
 (0)