Skip to content

Commit b34fb83

Browse files
corrected
1 parent 019f61c commit b34fb83

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

dsa-solutions/lc-solutions/0200-0299/0206-Reverse-Linkedlist.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,9 @@ The problem is asking to reverse a singly-linked list. One common approach to re
296296

297297
## Video lecture
298298

299-
<iframe width="560" height="315" src="https://www.youtube.com/embed/D2vI2DNJGd8?si=fCV_x4Mwv--u4yUb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
299+
<LiteYouTubeEmbed
300+
id="D2vI2DNJGd8"
301+
params="autoplay=1&autohide=1&showinfo=0&rel=0"
302+
title="CodeHarborHub Reverse Linkedlist"
303+
poster="maxresdefault"
304+
webp />

dsa-solutions/lc-solutions/0200-0299/0208-Implement-Trie.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ tags:
1111
description: "This document provides a solution to the Implementation of Trie."
1212
---
1313

14-
# 0208- Implement Trie (Prefix Tree)
15-
1614
## Problem Statement
1715

1816
A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker.
@@ -300,4 +298,9 @@ Explanation
300298

301299
## Video Lecture:
302300

303-
<iframe width="560" height="315" src="https://www.youtube.com/embed/YXefcFMpemo?si=OKoeQHKTtnsy1yby" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
301+
<LiteYouTubeEmbed
302+
id="YXefcFMpemo"
303+
params="autoplay=1&autohide=1&showinfo=0&rel=0"
304+
title="CodeHarborHub Implement Trie Video"
305+
poster="maxresdefault"
306+
webp />

0 commit comments

Comments
 (0)