Skip to content

Commit 8f3579e

Browse files
authored
Merge pull request larissalages#262 from mulirow/fix-readme
Fixed readme.md links
2 parents d2f3863 + ed4fd50 commit 8f3579e

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
@@ -44,14 +44,14 @@ Code | Test
4444
------------ | -------------
4545
[Binary Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/binary_tree.cpp) | Missing tests
4646
[Prims Algo](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/prims_algo.cpp) | Missing tests
47-
[Selection Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c%2B%2B/selectionsort.cpp) | Missing tests
48-
[Insertion Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/insertionsort.cpp) | Missing tests
49-
[Bubble Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/bubblesort.cpp) | Missing tests
47+
[Selection Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/selectionsort.cpp) | Missing tests
48+
[Insertion Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/insertionsort.cpp) | Missing tests
49+
[Bubble Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/bubblesort.cpp) | Missing tests
5050
[Merge Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/mergesort.cpp) | Missing tests
51-
[Quick Sort](https://github.com/kartikeysingh6/code_problems/blob/master/classical_algorithms/c++/quicksort.cpp) | Missing tests
52-
[0/1 Knapsack Problem](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/01_knapsack_problem.cpp) | Missing tests
53-
[Kadane's Algorithm](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/Kadane_Algorithm.cpp) | Missing tests
54-
[Topological Sort](https://github.com/ErR0rpj/code_problems/blob/master/classical_algorithms/c%2B%2B/Topological_sort.cpp) | Missing Tests
51+
[Quick Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c++/quicksort.cpp) | Missing tests
52+
[0/1 Knapsack Problem](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/01_knapsack_problem.cpp) | Missing tests
53+
[Kadane's Algorithm](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/Kadane_Algorithm.cpp) | Missing tests
54+
[Topological Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/Topological_sort.cpp) | Missing Tests
5555
[Cycle Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/cyclesort.cpp) | Missing tests
5656
[Bogo Sort](https://github.com/larissalages/code_problems/blob/master/classical_algorithms/c%2B%2B/bogosort.cpp) | Missing tests
5757

@@ -118,9 +118,9 @@ Challenge | Solution
118118
## Dynamic Programming
119119
Challenge | Solution
120120
------------ | -------------
121-
[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)
122-
[Dungeon Game](https://leetcode.com/problems/dungeon-game/) | [Solution](https://github.com/ir2010/code_problems/blob/master/leetcode/cpp/dynamic%20programming/174.cpp)
123-
[House Robber](https://leetcode.com/problems/house-robber/) | [Solution](https://github.com/ir2010/code_problems/blob/master/leetcode/cpp/dynamic%20programming/198.cpp)
121+
[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)
122+
[Dungeon Game](https://leetcode.com/problems/dungeon-game/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/cpp/dynamic%20programming/174.cpp)
123+
[House Robber](https://leetcode.com/problems/house-robber/) | [Solution](https://github.com/larissalages/code_problems/blob/master/leetcode/cpp/dynamic%20programming/198.cpp)
124124

125125
## Others
126126
Challenge | Solution
@@ -130,7 +130,7 @@ Challenge | Solution
130130
### C++
131131
Challenge | Solution
132132
------------ | -------------
133-
[QHEAP1](https://www.hackerrank.com/challenges/qheap1/problem) | [Solution](https://github.com/ErR0rpj/code_problems/blob/master/Hackerrank/c%2B%2B/QHEAP1.cpp)
133+
[QHEAP1](https://www.hackerrank.com/challenges/qheap1/problem) | [Solution](https://github.com/larissalages/code_problems/blob/master/Hackerrank/c%2B%2B/QHEAP1.cpp)
134134

135135
### Python
136136
Challenge | Solution

0 commit comments

Comments
 (0)