Palindrome Linked List Leet Code Question Explained | O(1) Reversed Linked List Solution

preview_player
Показать описание
In this video we will look at solving the Palindrome Linked List Leet Code Question.

We'll be looking at solving this problem using both O(N) space and O(1) space with pointer manipulation

00:00: Introduction
00:22: Leet Code Problem + Examples
01:07: O(N) Space Solution
02:09: O(1) Space Solution
05:39: Live Code
Рекомендации по теме
Комментарии
Автор

My first time seeing a linked-list used to answer this question. Great job explaining it.

dantegoth