Skip to content

Commit

Permalink
added video player and changed the name of search
Browse files Browse the repository at this point in the history
  • Loading branch information
nsundriyal62 committed Oct 6, 2023
1 parent 7eb3f67 commit 87cb3f6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions content/batch/dsa/search.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Search
title: Linear & Binary Search
description: learn Search in JavaScript
---

Expand Down Expand Up @@ -27,11 +27,9 @@ In this section, you will:
<TabsContent value="learn">

## 📺 Watch Now
<p>
<a href="https://youtu.be/7aLKVYpYugQ">
<img src="https://img.youtube.com/vi/7aLKVYpYugQ/0.jpg" alt="Searching Algorithms in JavaScript" />
</a>
</p>

<div className="w-full h-full">
<VideoPlayer src="https://youtu.be/7aLKVYpYugQ"/>

<Callout type="info">
We hope that you found the tutorial video helpful in understanding the basic concepts of search in javascript, You can refer this notes 📝 for quick revision.
Expand Down Expand Up @@ -142,7 +140,7 @@ const floorCeil = (arr, target) => {
return [ceil, floor]
}
```

</div>

</TabsContent>

Expand Down

0 comments on commit 87cb3f6

Please sign in to comment.