@@ -141,7 +141,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
141
141
| 27 | [ Remove-Element] ( https://leetcode.com/problems/remove-element/ ) | [ C++] ( ./C++/remove-element.cpp ) | O(N) | O(1) | Easy | Array |
142
142
| 36 | [ Valid Sudoku] ( https://leetcode.com/problems/valid-sudoku/ ) | [ Java] ( ./Java/valid-sudoku.java ) | O(N^2) | O(N) | Medium | Array, 2D Matrix |
143
143
| 1512 | [ Number of Good Pairs] ( https://leetcode.com/problems/number-of-good-pairs/ ) | [ Java] ( ./Java/Number-of-Good-Pairs.java ) | O(N^2) | O(1) | Easy | Array |
144
- | 162 | [ Find Peak element] ( https://leetcode.com/problems/find-peak-element/ ) | [ javascript] ( ./javascript /findPeakElement.js) | o(Logn) | O(1) | Medium | Array |
144
+ | 162 | [ Find Peak element] ( https://leetcode.com/problems/find-peak-element/ ) | [ javascript] ( https://github.com/codedecks-in/LeetCode-Solutions/blob/master/JavaScript /findPeakElement.js) | o(Logn) | O(1) | Medium | Array |
145
145
146
146
<br />
147
147
0 commit comments