Skip to content

Commit a3800f7

Browse files
committedAug 14, 2023
fix searching questions url
1 parent 679b819 commit a3800f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
- [Polyfill of Map, Filter & Reduce](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Array/Polyfill.md)
2929
- [String](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/String/README.md)
3030
- [Recursion](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Recursion/README.md)
31-
- [Linear & Binary Search](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Searching%20Algorithms/README.md)
31+
- [Linear & Binary Search](https://github.com/Vishal-raj-1/DSA-In-JS-With-Vishal/blob/main/Searching%20Algorthims/README.md)

‎Searching Algorthims/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const floorCeil = (arr, target) => {
109109

110110
return [ceil, floor]
111111
}
112+
```
112113

113114
## Practice Questions
114115

0 commit comments

Comments
 (0)
Please sign in to comment.