Skip to content

Commit 7efc01b

Browse files
committed
Fixed readme.md links
1 parent 07e254f commit 7efc01b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Code | Test
4141
------------ | -------------
4242
[Binary Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/binary_tree.cpp) | Missing tests
4343
[Prims Algo](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/prims_algo.cpp) | Missing tests
44-
[Selection Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c%2B%2B/selectionsort.cpp) | Missing tests
45-
[Insertion Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/insertionsort.cpp) | Missing tests
46-
[Bubble Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/bubblesort.cpp) | Missing tests
44+
[Selection Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/selectionsort.cpp) | Missing tests
45+
[Insertion Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/insertionsort.cpp) | Missing tests
46+
[Bubble Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/bubblesort.cpp) | Missing tests
4747
[Merge Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/mergesort.cpp) | Missing tests
48-
[Quick Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/quicksort.cpp) | Missing tests
49-
[0/1 Knapsack Problem](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/01_knapsack_problem.cpp) | Missing tests
50-
[Kadane's Algorithm](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/Kadane_Algorithm.cpp) | Missing tests
51-
[Topological Sort](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/Topological_sort.cpp) | Missing Tests
48+
[Quick Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/quicksort.cpp) | Missing tests
49+
[0/1 Knapsack Problem](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/01_knapsack_problem.cpp) | Missing tests
50+
[Kadane's Algorithm](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/Kadane_Algorithm.cpp) | Missing tests
51+
[Topological Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/Topological_sort.cpp) | Missing Tests
5252

5353
# Codeforces
5454

@@ -108,9 +108,9 @@ Challenge | Solution
108108
## Dynamic Programming
109109
Challenge | Solution
110110
------------ | -------------
111-
[Maximum Non Negative Product in a Matrix](https://leetcode.com/problems/maximum-non-negative-product-in-a-matrix/) | [Solution](https://github.com/ir2010/code_problems/blob/master/leetcode/cpp/dynamic%20programming/1594.cpp)
112-
[Dungeon Game](https://leetcode.com/problems/dungeon-game/) | [Solution](https://github.com/ir2010/code_problems/blob/master/leetcode/cpp/dynamic%20programming/174.cpp)
113-
[House Robber](https://leetcode.com/problems/house-robber/) | [Solution](https://github.com/ir2010/code_problems/blob/master/leetcode/cpp/dynamic%20programming/198.cpp)
111+
[Maximum Non Negative Product in a Matrix](https://leetcode.com/problems/maximum-non-negative-product-in-a-matrix/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/cpp/dynamic%20programming/1594.cpp)
112+
[Dungeon Game](https://leetcode.com/problems/dungeon-game/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/cpp/dynamic%20programming/174.cpp)
113+
[House Robber](https://leetcode.com/problems/house-robber/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/cpp/dynamic%20programming/198.cpp)
114114

115115
## Others
116116
Challenge | Solution
@@ -120,7 +120,7 @@ Challenge | Solution
120120
### C++
121121
Challenge | Solution
122122
------------ | -------------
123-
[QHEAP1](https://www.hackerrank.com/challenges/qheap1/problem) | [Solution](https://github.com/ErR0rpj/code_problems/blob/master/Hackerrank/c%2B%2B/QHEAP1.cpp)
123+
[QHEAP1](https://www.hackerrank.com/challenges/qheap1/problem) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/c%2B%2B/QHEAP1.cpp)
124124

125125
### Python
126126
Challenge | Solution

0 commit comments

Comments
 (0)