ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,377 results

The Builder
Double Pointers in C++

This video explains how to use pointer to pointer types also known as double pointers. Since pointers just store memory ...

4:46
Double Pointers in C++

24,575 views

4 years ago

CODING WITH VISHWA
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

LeetCode #FAANG #CodingInterview In this video, I explain the Two Pointer Approach, one of the most important patterns in Data ...

8:51
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

84 views

2 months ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,574 views

4 years ago

Peter Schneider
Is difference between two pointers pointing to the same deallocated array well-defined in C?

Is difference between two pointers pointing to the same deallocated array well-defined in C? I hope you found a solution that ...

3:10
Is difference between two pointers pointing to the same deallocated array well-defined in C?

0 views

6 months ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

101,444 views

4 years ago

Peter Schneider
Two pointers referencing the same memory location, possible to make null if we deallocate the space?

Two pointers referencing the same memory location, possible to make null if we deallocate the space? I hope you found a solution ...

4:23
Two pointers referencing the same memory location, possible to make null if we deallocate the space?

2 views

5 months ago

Soner CAN
Two Pointers Technique (in JavaScript)

This is another one of the most commonly used interview question solution techniques. In this video I tried to implement Two ...

26:39
Two Pointers Technique (in JavaScript)

6,115 views

7 years ago

Timo Bingmann
Quick Sort (LR pointers)

Sorts a random shuffle of the integers [1100] using the original variant of quick sort, with two pointers (blue) moving from left and ...

0:44
Quick Sort (LR pointers)

345,242 views

12 years ago

RoseHulmanCSSE
More Box and Pointers

More practice using box and pointer diagrams, looking at correct and incorrect ways to use pointers in a function to swap the ...

5:56
More Box and Pointers

760 views

14 years ago

Peppermint AI
Two Pointers Technique | Leetcode | Move Zeroes to end of array | Visualization | Java Live coding

In this sessions we will be looking at two pointers technique. This is one of the simpler algorithms that can be useful to solve data ...

18:48
Two Pointers Technique | Leetcode | Move Zeroes to end of array | Visualization | Java Live coding

133 views

3 years ago

Fardad Soleimanloo
IPC144SII - Pointer, Pointer to Structures

Okay the asterisk belongs to the type whatever it is now if it's a double pointer it's a double pointer you write double pointer B or D ...

46:18
IPC144SII - Pointer, Pointer to Structures

127 views

7 years ago

VoidRealms
Qt 6 - Episode 8 - Qt smart pointers

In this video series we will cover Qt 6. In this episode we will look at two Qt smart pointers - QScopedPointer and QSharedPointer.

13:43
Qt 6 - Episode 8 - Qt smart pointers

14,559 views

5 years ago

Mike the Coder
Grokking the Coding Interview | Two Pointer

00:00 Introduction 02:17 Two Sum 04:49 Fast and Slow Pointer 06:21 Reverse Array 07:13 MergeSort 09:28 QuickSort 12:06 ...

48:41
Grokking the Coding Interview | Two Pointer

9,373 views

3 years ago

Mohamed Abdo | محمد عبده
58 - Two Pointers Technique & Interactive Problems - C++ Level 2 Problem Solving

00:00 introduction 00:26 interactive problems 16:35 two pointers technique My Codeforces ...

45:45
58 - Two Pointers Technique & Interactive Problems - C++ Level 2 Problem Solving

117 views

2 months ago

ArcCode
LeetCode 88: Merge Sorted Array Solution in Python | Two-Pointer Technique Explained

Learn how to solve LeetCode Problem 88: Merge Sorted Array in Python using the two-pointer technique! This video provides a ...

4:12
LeetCode 88: Merge Sorted Array Solution in Python | Two-Pointer Technique Explained

179 views

1 year ago

Aaron Baugher
6502 Assembly Language Programming #17: Pointers to Pointers

While coding on the Worm program in video #16, I realized we would need pointers to pointers, or double-pointers. I didn't think ...

22:31
6502 Assembly Language Programming #17: Pointers to Pointers

699 views

7 years ago

Fardad Soleimanloo
IPC144SHH - Pointers, Pointers and structures

Zero zero two real Scitex Oh pointers. All right and let's make it OHS okay. I have the utilities thinking over there in case we want to ...

45:03
IPC144SHH - Pointers, Pointers and structures

150 views

7 years ago

Timo Bingmann
Quick Sort (LL pointers)

Sorts a random shuffle of the integers [1100] using the variant of quick sort in the 3rd edition of CLRS' textbook, with two pointers ...

0:53
Quick Sort (LL pointers)

96,389 views

12 years ago

RoseHulmanCSSE
Pointers as Parameters

A demo of passing pointers as parameters. The simple example demonstrates why we need pointer variables. Part of the ...

8:26
Pointers as Parameters

353 views

14 years ago

Padraic Edgington
15.  Function Pointers

Introduction to function pointers in assembly language. Includes discussion of what a function pointer is and how to use them.

1:42
15. Function Pointers

907 views

8 years ago